Color64ToRgb 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#
public long ToRgb()

Return Value

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

See Also