Class 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 |
|---|
| 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
| Name | Description |
|---|
| 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