Class SetColorStroke

SetColorStroke class

Class representing SC operator set color for stroking color operators.

public class SetColorStroke : BasicSetColorOperator

Constructors

NameDescription
SetColorStroke()Initializes operator.
SetColorStroke(double)Set color for stroking operators for DeviceGray, CalGray 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

NameDescription
B { get; set; }Gets or sets the blue component.
C { get; set; }Gets or sets the cyan component.
virtual Color { get; }Gets array of color components.
G { get; set; }Gets or sets the green component.
Gray { get; }Gets black component of gray color.
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.
R { get; set; }Gets or sets the red component.
Y { get; set; }Gets or sets the yellow component.

Methods

NameDescription
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.
ValueEquals(Operator)Compares this instance with the given object.

See Also