|
PdfColor Constructor (Byte, Byte, Byte) |
Creates a pdf color based on RGB values.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public 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