libtcod
Loading...
Searching...
No Matches
color.hpp File Reference

Color handling module. More...

#include <algorithm>
#include <array>
#include <stdexcept>
#include "color.h"
#include "utility.h"

Go to the source code of this file.

Classes

struct  tcod::ColorRGB
 A C++ RGB color, used to handle conversions between color types. More...
struct  tcod::ColorRGBA
 A C++ RGBA color, used to handle conversions between color types. More...
class  TCODColor

Namespaces

namespace  tcod
 The libtcod namespace.

Detailed Description

Color handling module.