XColorFromArgb Method (Int32, Int32, Int32, Int32)Terminal Works - PDF Printing.Net Library
Creates an XColor structure from the four ARGB component (alpha, red, green, and blue) values.

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

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

Parameters

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

Return Value

Type: XColor
See Also

Reference