SetGray
SetGray class
Set gray level for non-stroking operations.
public class SetGray : SetColorOperator
Constructors
Name | Description |
---|
SetGray(double) | Initializes operator. |
Properties
Name | Description |
---|
Gray { get; set; } | Gets or sets the level of gray value. |
Index { get; set; } | Operator index in page operators list. |
Methods
Name | Description |
---|
override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
override getColor() | Returns color specified by operator. |
override ToString() | Returns string represnetation of operator. |
ValueEquals(Operator) | Compares this instance with the given object. |
See Also