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
Parameters
- red
- Type: SystemInt32
- green
- Type: SystemInt32
- blue
- Type: SystemInt32
Return Value
Type: XColorSee Also