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
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. |
SetRGBColor(double, double, double) | Initializes operator. |
SetRGBColor(System::Drawing::Color) | Initializes operator with color. |
ToString() const override | Returns text representation of the operator. |
See Also
- Class SetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++