Aspose::Pdf::Operators::SetColor class
Contents
[
Hide
]SetColor class
Represents class for sc operator (set color for non-stroking operations).
class SetColor : public Aspose::Pdf::Operators::BasicSetColorOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_B() const | Gets the blue component. |
get_C() const | Gets the cyan component. |
get_G() const | Gets the green component. |
get_K() const | Gets the black component. |
get_M() const | Gets the magenta component. |
get_R() const | Gets the red component. |
get_Y() const | Gets the yellow component. |
getColor() override | Returns color specified by the operator. |
set_B(double) | Sets the blue component. |
set_C(double) | Sets the cyan component. |
set_G(double) | Sets the green component. |
set_K(double) | Sets the black component. |
set_M(double) | Sets the magenta component. |
set_R(double) | Sets the red component. |
set_Y(double) | Sets the yellow component. |
SetColor() | Initializes operator. |
SetColor(double) | Set color for stroking operators for DeviceGray, CalGray and Indexed color spaces. |
SetColor(double, double, double) | Set color for stroking operator for DeviceRGB, CalRGB, and Lab color spaces. |
SetColor(double, double, double, double) | Set color for non-stroking operator for CMYK color space. |
SetColor(System::ArrayPtr<double>) | Constructor which allows to specify color components. |
ToString() const override | Returns string representation of color. |
See Also
- Class BasicSetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++