PdfRGBColor Constructor (Single, Single, Single, Single)
|
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(
float cyan,
float magenta,
float yellow,
float black
)
Public Sub New (
cyan As Single,
magenta As Single,
yellow As Single,
black As Single
)
public:
PdfRGBColor(
float cyan,
float magenta,
float yellow,
float black
)
new :
cyan : float32 *
magenta : float32 *
yellow : float32 *
black : float32 -> PdfRGBColor
Parameters
-
cyan
-
Type:
System
Single
Cyan channel value.
-
magenta
-
Type:
System
Single
Magenta channel value.
-
yellow
-
Type:
System
Single
Yellow channel value.
-
black
-
Type:
System
Single
Black channel value.
See Also