Color64ToArgbUInt64 Method

Gets the 64-bit ARGB value of this Color64 instance.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
[CLSCompliantAttribute(false)]
public ulong ToArgbUInt64()

Return Value

UInt64
The 64-bit ARGB value of this Color64 instance

See Also