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

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_C() constGets the cyan component.
get_K() constGets the black component.
get_M() constGets the magenta component.
get_Y() constGets the yellow component.
getColor() overrideReturns 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