Creates a color based on RGB values.

C# | Visual Basic | Visual C++ |
public PdfColor( byte red, byte green, byte blue )
Public Sub New ( red As Byte, green As Byte, blue As Byte )
public: PdfColor( unsigned char red, unsigned char green, unsigned char blue )
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)