Class SetCMYKColor

SetCMYKColor class

Class representing k operator (set CMYK color for non-stroking operations).

public class SetCMYKColor : SetColorOperator

Constructors

NameDescription
SetCMYKColor(double, double, double, double)Initializes operator.

Properties

NameDescription
C { get; set; }Gets or sets the cyan component.
Index { get; set; }Operator index in page operators list.
K { get; set; }Gets or sets the black component.
M { get; set; }Gets or sets the magenta component.
Y { get; set; }Gets or sets the yellow component.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override getColor()Returns color.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also