Aspose::Pdf::Operators::SetRGBColorStroke class

SetRGBColorStroke class

Class representing RG operator (set RGB color for stroking operators).

class SetRGBColorStroke : 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_R() constGets the red component.
getColor() overrideReturns color specified by operator.
set_B(double)Sets the blue component.
set_G(double)Sets the green component.
set_R(double)Sets the red component.
SetRGBColorStroke(double, double, double)Initializes operator.
SetRGBColorStroke(System::Drawing::Color)Initializes operator with color.
ToString() const overrideReturns text representation of operator.

See Also