PColor32ToColor32 Method

Converts this PColor32 instance to a Color32 structure. It's practically the same as calling the ToStraight(PColor32) method.

Definition

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

Return Value

Color32
A Color32 structure converted from this PColor32 instance.

See Also