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_Index()Operator index in page operators list.
get_K() constGets the black component.
get_M() constGets the magenta component.
get_Y() constGets the yellow component.
getColor() overrideReturns color.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_C(double)Sets the cyan component.
set_Index(int32_t)Operator index in page operators list.
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.
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also