Comprehensive Guide for Developers: Features, Integration, and API Reference
This is the complete list of members for PDF::Color, including all inherited members.
| Color() noexcept (defined in PDF::Color) | PDF::Color | inline |
| Color(PDEColor handle, bool adopt=false) noexcept (defined in PDF::Color) | PDF::Color | inline |
| Color(const Color &rhs) noexcept (defined in PDF::Color) | PDF::Color | inline |
| Color(Color &&rhs) noexcept (defined in PDF::Color) | PDF::Color | inline |
| Create(const ColorSpace &colorSpace, const std::vector< float > &components, const Pattern &pattern) | PDF::Color | static |
| CreateFromValue(PDColorValue value) | PDF::Color | static |
| CreateGray(float gray) | PDF::Color | static |
| CreateRGB(float red, float green, float blue) | PDF::Color | static |
| GetColorSpace() const | PDF::Color | |
| GetComponent(size_t index) const | PDF::Color | |
| GetNumComponents() const | PDF::Color | |
| GetPattern() const | PDF::Color | |
| operator=(const Color &rhs) noexcept (defined in PDF::Color) | PDF::Color | inline |
| operator=(Color &&rhs) noexcept (defined in PDF::Color) | PDF::Color | inline |
| ToARGB(float opacity, PDERenderingIntent intent) const | PDF::Color | |
| ToRGB(PDERenderingIntent intent) const | PDF::Color |