PdfColor(Byte, Byte, Byte) Constructor

Initializes a new instance of the PdfColor class with the specified red, green, and blue components. Alpha defaults to 1.0 (fully opaque)

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public PdfColor(
	byte r,
	byte g,
	byte b
)

Parameters

r  Byte
Red component (0–255)
g  Byte
Green component (0–255)
b  Byte
Blue component (0–255)

See Also