Class SetCMYKColorStroke

SetCMYKColorStroke class

Class representing K operator (set CMYK color for stroking operations).

public class SetCMYKColorStroke : SetColorOperator

Constructors

NameDescription
SetCMYKColorStroke(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 the RGB color
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also