Class SetGray

SetGray class

Set gray level for non-stroking operations.

public class SetGray : SetColorOperator

Constructors

NameDescription
SetGray(double)Initializes operator.

Properties

NameDescription
Gray { get; set; }Gets or sets the level of gray value.
Index { get; set; }Operator index in page operators list.

Methods

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

See Also