ColorFToColor32 Method

Converts this ColorF instance to a Color32 structure.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public Color32 ToColor32()

Return Value

Color32
A Color32 structure converted from this ColorF instance.

See Also