Click or drag to resize

PdfColor(Byte, Byte, Byte) Constructor

Creates a color based on RGB values.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public PdfColor(
	byte red,
	byte green,
	byte blue
)

Parameters

red  Byte
Red value.
green  Byte
Green value.
blue  Byte
Blue value.
See Also