Color32ToRgbUInt32 Method
Gets the 24-bit RGB value of this
Color32 instance. The most significant byte of the returned integer is zero.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
[CLSCompliantAttribute(false)]
public uint ToRgbUInt32()
<CLSCompliantAttribute(false)>
Public Function ToRgbUInt32 As UInteger
public:
[CLSCompliantAttribute(false)]
unsigned int ToRgbUInt32()
[<CLSCompliantAttribute(false)>]
member ToRgbUInt32 : unit -> uint32
Return Value
UInt32The 24-bit RGB value of this
Color32 instance. The most significant byte of the returned integer is zero.