'DeclarationPublic Function New( _ ByVal c As Double, _ ByVal m As Double, _ ByVal y As Double, _ ByVal k As Double _ )
'UsageDim c As Double Dim m As Double Dim y As Double Dim k As Double Dim instance As New PDFCmykColor(c, m, y, k)
Parameters
- c
- Cyan component of the color.
- m
- Magenta component of the color.
- y
- Yellow component of the color.
- k
- Black component of the color.