XColorFromArgb Method (Int32, Int32, Int32)Terminal Works - PDF Printing.Net Library
Creates an XColor structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque).

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static XColor FromArgb(
	int red,
	int green,
	int blue
)

Parameters

red
Type: SystemInt32
green
Type: SystemInt32
blue
Type: SystemInt32

Return Value

Type: XColor
See Also

Reference