RgbColor Constructor

Constructs a RGB color from components

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 12.0.0.0 (12.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