Color32ToColor Method

Converts this Color32 instance to a Color structure.

Definition

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

Return Value

Color
A Color structure converted from this Color32 instance.

See Also