Aspose::Pdf::Operators::BasicSetColorAndPatternOperator class

BasicSetColorAndPatternOperator class

Base operator for all Set Color operators.

class BasicSetColorAndPatternOperator : public Aspose::Pdf::Operators::BasicSetColorOperator

Methods

MethodDescription
virtual Accept(System::SharedPtr<IOperatorSelector>)Accepts visitor IOperatorSelector which provides operators processing.
get_B()Gets red component of color.
get_C()Gets cyan component of CMYK color.
virtual get_Color()Gets array of color components.
get_G()Gets green component of color.
get_Gray()Gets black component of gray color.
get_Index()Operator index in page operators list.
get_K()Gets black component of CMYK color.
get_M()Gets magenta component of CMYK color.
get_PatternName() constGets Pattern Name.
get_R()Gets red component of color.
get_Y()Gets yellow component of CMYK color.
virtual getColor()Retirns color specified by the operator.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_Index(int32_t)Operator index in page operators list.
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also