Aspose::Pdf::Operators::SetAdvancedColor class

SetAdvancedColor class

Class representing scn operator (set color for non-stroking operations).

class SetAdvancedColor : public Aspose::Pdf::Operators::BasicSetColorAndPatternOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
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.
getColor() overrideReturns color specified by 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.
SetAdvancedColor()Initializes operator.
SetAdvancedColor(double, System::String)Constructor for scn operator.
SetAdvancedColor(double)Constructor for scn operator.
SetAdvancedColor(double, double, double, System::String)Constructor for scn operator.
SetAdvancedColor(double, double, double, double, System::String)Constructor for scn operator.
SetAdvancedColor(System::String)Constructor for scn operator.
SetAdvancedColor(System::ArrayPtr<double>, System::String)Constructor for scn operator.
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also