PColor64ToColor64 Method

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

Definition

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

Return Value

Color64
A Color64 structure converted from this PColor64 instance.

See Also