PdfRGBColor Constructor (Byte, Byte, Byte)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor(
byte red,
byte green,
byte blue
)
Public Sub New (
red As Byte,
green As Byte,
blue As Byte
)
public:
PdfRGBColor(
unsigned char red,
unsigned char green,
unsigned char blue
)
new :
red : byte *
green : byte *
blue : byte -> PdfRGBColor
Parameters
-
red
-
Type:
System
Byte
Red channel value.
-
green
-
Type:
System
Byte
Green channel value.
-
blue
-
Type:
System
Byte
Blue channel value.
See Also