Aspose::Pdf::Operators::BasicSetColorOperator class
BasicSetColorOperator class
Base class for set color operators.
class BasicSetColorOperator : public Aspose::Pdf::Operators::SetColorOperator
Methods
Method | Description |
---|---|
get_B() | Gets red component of color. |
get_C() | Gets cyan component of CMYK color. |
virtual get_Color() | Gets array of color components. |
get_G() | Gets green component of color. |
get_Gray() | Gets black component of gray color. |
get_K() | Gets black component of CMYK color. |
get_M() | Gets magenta component of CMYK color. |
get_R() | Gets red component of color. |
get_Y() | Gets yellow component of CMYK color. |
See Also
- Class SetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++