Creates a color based on RGB values. The color values are on a scale from 0 to 255.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfColor( byte red, byte green, byte blue ) |
| Visual Basic |
|---|
Public Sub New ( red As Byte, green As Byte, blue As Byte ) |
| Visual C++ |
|---|
public: PdfColor( unsigned char red, unsigned char green, unsigned char blue ) |
Parameters
- red
- Type: System..::..Byte
Red value.
- green
- Type: System..::..Byte
Green value.
- blue
- Type: System..::..Byte
Blue value.