HiQPdf Documentation

PdfColor Constructor

HiQPdf Client for .NET Core
Constructs a PDF color with the given RGB components as integer values between 0 and 255

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

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

Reference