Color64ToRgbUInt64 Method
Gets the 48-bit RGB value of this
Color64 instance. The highest two of bytes of the returned integer are zero.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
[CLSCompliantAttribute(false)]
public ulong ToRgbUInt64()
<CLSCompliantAttribute(false)>
Public Function ToRgbUInt64 As ULong
public:
[CLSCompliantAttribute(false)]
unsigned long long ToRgbUInt64()
[<CLSCompliantAttribute(false)>]
member ToRgbUInt64 : unit -> uint64
Return Value
UInt64The 48-bit RGB value of this
Color64 instance. The highest two of bytes of the returned integer are zero.