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