ColorFToColor64 Method

Converts this ColorF instance to a Color64 structure.

Definition

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

Return Value

Color64
A Color64 structure converted from this ColorF instance.

See Also