#include "OSDLPixel.h"
#include "Ceylan.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Video::PaletteException |
Exception raised when a palette operation failed. More... | |
class | OSDL::Video::Palette |
Describes a palette, for example for color-indexed modes. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Video |
Typedefs | |
typedef Ceylan::Uint16 | OSDL::Video::ColorCount |
Number of colors. | |
typedef Ceylan::Uint8 | OSDL::Video::ColorIndex |
Number of colors or color index, in 256-color palettes. | |
typedef Ceylan::SignedLongInteger | OSDL::Video::ColorDistance |
Distance between colors. | |
typedef Ceylan::Uint16 | OSDL::Video::PaletteIdentifier |
Allows to designate a palette. | |
typedef ::SDL_Palette | OSDL::Video::LowLevelPalette |
SDL low-level palette being used. |