Click or drag to resize
Pdf Library for .NET

PdfColor Constructor (Byte, Byte, Byte)

Creates a pdf color based on RGB values.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfColor(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: SystemByte
Red value.
green
Type: SystemByte
Green value.
blue
Type: SystemByte
Blue value.
See Also