BasicSetColorOperator

BasicSetColorOperator class

Base class for set color operators.

The BasicSetColorOperator type exposes the following members:

Properties

NameDescription
indexOperator index in page operators list.
rGets red component of color
gGets green component of color
bGets red component of color
cGets cyan component of CMYK color.
mGets magenta component of CMYK color.
yGets yellow component of CMYK color.
kGets black component of CMYK color.
greyGets black component of gray color.
colorGets array of color components.

Methods

NameDescription
accept(visitor)Accepts visitor IOperatorSelector which provides operators processing.
is_text_show_operator(op)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
get_color()Retirns color specified by the operator.

See Also