Aspose::Pdf::Operators::SetRGBColor class

SetRGBColor class

Class representing rg operator (set RGB color for non-stroking operators).

class SetRGBColor : public Aspose::Pdf::Operators::SetColorOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_B() constGets the blue component.
get_G() constGets the green component.
get_Index()Operator index in page operators list.
get_R() constGets the red component.
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_B(double)Sets the blue component.
set_G(double)Sets the green component.
set_Index(int32_t)Operator index in page operators list.
set_R(double)Sets the red component.
SetRGBColor(double, double, double)Initializes operator.
SetRGBColor(System::Drawing::Color)Initializes operator with color.
ToString() const overrideReturns text representation of the operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also