Click or drag to resize

PdfRGBColor Constructor (Byte, Byte, Byte)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: System Byte
Red channel value.
green
Type: System Byte
Green channel value.
blue
Type: System Byte
Blue channel value.
See Also