CmykColor Constructors
Overloads
CmykColor(Byte, Byte, Byte, Byte) | Initializes a new instance of the CmykColor class. |
CmykColor(Single, Single, Single, Single) | Initializes a new instance of the CmykColor class. |
CmykColor(Byte, Byte, Byte, Byte)
Initializes a new instance of the CmykColor class.
public CmykColor(byte cyan, byte magenta, byte yellow, byte black)
Public Sub New (cyan As Byte, magenta As Byte, yellow As Byte, black As Byte)
Parameters
- cyan
- Byte
The cyan intensity.
- magenta
- Byte
The magenta intensity.
- yellow
- Byte
The yellow intensity.
- black
- Byte
The black intensity.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
CmykColor(Single, Single, Single, Single)
Initializes a new instance of the CmykColor class.
public CmykColor(float cyan, float magenta, float yellow, float black)
Public Sub New (cyan As Single, magenta As Single, yellow As Single, black As Single)
Parameters
- cyan
- Single
The cyan intensity.
- magenta
- Single
The magenta intensity.
- yellow
- Single
The yellow intensity.
- black
- Single
The black intensity.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
Values must be between 0.0 and 1.0.