Class SetRGBColorStroke
SetRGBColorStroke class
Class representing RG operator (set RGB color for stroking operators).
public class SetRGBColorStroke : SetColorOperator
Constructors
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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