Color32ToRgb 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: 10.0.0-rc.1
C#
public int ToRgb()

Return Value

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

See Also