Color32(Byte, Byte, Byte) Constructor

Initializes a new instance of the Color32 struct from RGB (red, green, and blue) values.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public Color32(
	byte r,
	byte g,
	byte b
)

Parameters

r  Byte
The red component.
g  Byte
The green component.
b  Byte
The blue component.

See Also