SetColorStroke
SetColorStroke class
Class representing SC operator set color for stroking color operators.
public class SetColorStroke : BasicSetColorOperator
Constructors
Name |
Description |
SetColorStroke() |
Initializes operator. |
SetColorStroke(double) |
Set color for stroking operators for DeviceGrey, CalGrey and Indexed color spaces. |
SetColorStroke(double[]) |
Constructor which allows to set color components. |
SetColorStroke(double, double, double) |
Set color for stroking operator for DeviceRGB, CalRGB, and Lab color spaces |
SetColorStroke(double, double, double, double) |
Set color for stroking operator for CMYK color space |
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. |
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