PColor64ToColor32 Method

Converts this PColor64 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 PColor64 instance.

See Also