#include <sdlpalette.h>
Public Types | |
Logical = SDL_LOGPAL | |
Physical = SDL_PHYSPAL | |
enum | Type { Logical = SDL_LOGPAL, Physical = SDL_PHYSPAL } |
Public Member Functions | |
SDLPalette (SDL_Palette *palette) | |
copy constructor | |
SDLPalette & | operator= (SDL_Palette *palette) |
assign operator | |
operator const SDL_Palette * () const | |
operator SDL_Palette * () | |
int | size () const |
SDLColor | operator[] (int i) const |
enum Wt::SDLPalette::Type |
Wt::SDLPalette::SDLPalette | ( | SDL_Palette * | palette | ) | [inline] |
copy constructor
Wt::SDLPalette::operator const SDL_Palette * | ( | ) | const [inline] |
Wt::SDLPalette::operator SDL_Palette * | ( | ) | [inline] |
SDLPalette& Wt::SDLPalette::operator= | ( | SDL_Palette * | palette | ) | [inline] |
assign operator
SDLColor Wt::SDLPalette::operator[] | ( | int | i | ) | const [inline] |
int Wt::SDLPalette::size | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.