SetAdvancedColor
SetAdvancedColor class
Class representing scn operator (set color for non-stroking operations).
public class SetAdvancedColor : BasicSetColorAndPatternOperator
Constructors
Properties
Name | Description |
---|
B { get; } | Gets red component of color |
C { get; } | Gets cyan component of CMYK color. |
virtual Color { get; } | Gets array of color components. |
G { get; } | Gets green component of color |
Grey { get; } | Gets black component of gray color. |
Index { get; set; } | Operator index in page operators list. |
K { get; } | Gets black component of CMYK color. |
M { get; } | Gets magenta component of CMYK color. |
PatternName { get; } | Gets Pattern Name. |
R { get; } | Gets red component of color |
Y { get; } | Gets yellow component of CMYK color. |
Methods
Name | Description |
---|
override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
override getColor() | Returns color specified by operator. |
override ToString() | Returns text of operator and its parameters. |
See Also