|  | 
| PdfColor Constructor (Byte, Byte, Byte) | 
 
            Creates a pdf color based on RGB values.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfColor(
	byte red,
	byte green,
	byte blue
)
Public Sub New ( 
	red As Byte,
	green As Byte,
	blue As Byte
)
Parameters
- red
- Type: SystemByte
 Red value.
- green
- Type: SystemByte
 Green value.
- blue
- Type: SystemByte
 Blue value.
 See Also
See Also