EVO HTML to PDF Converter

RgbColor Constructor

Winnovative Client for .NET Documentation
Constructs a RGB color from components

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public RgbColor(
	byte r,
	byte g,
	byte b
)

Parameters

r
Type: SystemByte
The red component of the color
g
Type: SystemByte
The green component of the color
b
Type: SystemByte
The blue component of the color
See Also

Reference