Class SetRGBColorStroke

SetRGBColorStroke class

Class representing RG operator (set RGB color for stroking operators).

public class SetRGBColorStroke : SetColorOperator

Constructors

NameDescription
SetRGBColorStroke(Color)Initializes operator with color.
SetRGBColorStroke(double, double, double)Initializes operator.

Properties

NameDescription
B { get; set; }Gets or sets the blue component.
G { get; set; }Gets or sets the green component.
Index { get; set; }Operator index in page operators list.
R { get; set; }Gets or sets the red component.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override getColor()Returns color specified by operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also