ColorantCmyk.ColorantCmyk

ColorantCmyk()

Initializes a new instance of the ColorantCmyk class.

public ColorantCmyk()

See Also


ColorantCmyk(float, float, float, float)

Initializes a new instance of the ColorantCmyk class.

public ColorantCmyk(float black, float cyan, float magenta, float yellow)
ParameterTypeDescription
blackSingleThe black component value.
cyanSingleThe cyan color component value.
magentaSingleThe magenta component value.
yellowSingleThe yellow component value.

See Also