HiQPdf Documentation

PdfColor Constructor (Byte, Byte, Byte, Byte)

Quickly Create High Quality PDFs
Constructs a PDF color with the given ARGB components as integer values between 0 and 255

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfColor(
	byte alpha,
	byte red,
	byte green,
	byte blue
)

Parameters

alpha
Type: SystemByte
Alpha component
red
Type: SystemByte
Red component
green
Type: SystemByte
Green component
blue
Type: SystemByte
Blue component
See Also

Reference