Color64ToRgbUInt64 Method

Gets the 48-bit RGB value of this Color64 instance. The highest two of bytes of the returned integer are zero.

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 ToRgbUInt64()

Return Value

UInt64
The 48-bit RGB value of this Color64 instance. The highest two of bytes of the returned integer are zero.

See Also