RgbColor Constructor

Constructs a RGB color from components

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public RgbColor(
	byte r,
	byte g,
	byte b
)

Parameters

r  Byte
The red component of the color
g  Byte
The green component of the color
b  Byte
The blue component of the color

See Also