Aspose::Pdf::Operators::SetCMYKColor class

SetCMYKColor class

Class representing k operator (set CMYK color for non-stroking operations).

class SetCMYKColor : 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 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.
SetCMYKColor(double, double, double, double)Initializes operator.

See Also