SetCMYKColor
SetCMYKColor class
Class representing k operator (set CMYK color for non-stroking operations).
public class SetCMYKColor : SetColorOperator
Constructors
Name |
Description |
SetCMYKColor(double, double, double, double) |
Initializes operator. |
Properties
Name |
Description |
Index { get; set; } |
Operator index in page operators list. |
Methods
Name |
Description |
override Accept(IOperatorSelector) |
Accepts visitor object to process operator. |
override getColor() |
Returns color. |
override ToString() |
Returns text of operator and its parameters. |
See Also