Color32ToRgbUInt32 Method

Gets the 24-bit RGB value of this Color32 instance. The most significant byte of the returned integer is zero.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
[CLSCompliantAttribute(false)]
public uint ToRgbUInt32()

Return Value

UInt32
The 24-bit RGB value of this Color32 instance. The most significant byte of the returned integer is zero.

See Also