Comprehensive Guide for Developers: Features, Integration, and API Reference
Represents a color palette. More...
#include <pdfsdk/cxx/graphics.h>
Public Member Functions | |
| const GXColorValue * | GetColorsPtr () const |
| size_t | GetNumColors () const |
| GXColorValue | GetColor (size_t index) const |
| Palette (GXPalette handle, bool adopt=false) noexcept | |
| Palette (const Palette &rhs) noexcept | |
| Palette & | operator= (const Palette &rhs) noexcept |
| Palette (Palette &&rhs) noexcept | |
| Palette & | operator= (Palette &&rhs) noexcept |
Static Public Member Functions | |
| static Palette | New (const GXColorValue *colors, size_t num_colors) |
Represents a color palette.