Aspose::Pdf::Operators::SetCMYKColorStroke class
SetCMYKColorStroke class
Class representing K operator (set CMYK color for stroking operations).
class SetCMYKColorStroke : public Aspose::Pdf::Operators::SetColorOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_C() const | Gets the cyan component. |
get_K() const | Gets the black component. |
get_M() const | Gets the magenta component. |
get_Y() const | Gets the yellow component. |
getColor() override | Returns the RGB color. |
set_C(double) | Sets the cyan component. |
set_K(double) | Sets the black component. |
set_M(double) | Sets the magenta component. |
set_Y(double) | Sets the yellow component. |
SetCMYKColorStroke(double, double, double, double) | Initializes operator. |
See Also
- Class SetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++