Link Search Menu Expand Document

ColorRGB Constructor

Initializes a new instance of the Bytescout.PDF.ColorRGB class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public ColorRGB(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: SystemByte
The red component value.
green
Type: SystemByte
The green component value.
blue
Type: SystemByte
The blue component value.
See Also

Reference