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: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.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