PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::Graphics::Palette Class Reference

Represents a color palette. More...

#include <pdfsdk/cxx/graphics.h>

Inheritance diagram for PDF::Graphics::Palette:

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
 
Paletteoperator= (const Palette &rhs) noexcept
 
 Palette (Palette &&rhs) noexcept
 
Paletteoperator= (Palette &&rhs) noexcept
 

Static Public Member Functions

static Palette New (const GXColorValue *colors, size_t num_colors)
 

Detailed Description

Represents a color palette.

See also
GXPalette

The documentation for this class was generated from the following file: