Color32ToArgbUInt32 Method

Gets the 32-bit ARGB value of this Color32 instance.

Definition

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

Return Value

UInt32
The 32-bit ARGB value of this Color32 instance

See Also