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
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_B() const | Gets the blue component. |
get_G() const | Gets the green component. |
get_R() const | Gets the red component. |
getColor() override | Returns 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 override | Returns text representation of operator. |
See Also
- Class SetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++