Data Structures | |
struct | trd_color_map_t |
Typedefs | |
typedef trd_color_map_t | trd_color_map_t |
Functions | |
trd_color_map_t * | trd_color_map_create (apr_pool_t *pool) |
void | trd_color_map_add (trd_color_map_t *map, const char *name, short r, short g, short b, short a) |
long | trd_color_map_lookup (trd_color_map_t *map, const char *name) |
|
A coor map. |
|
Adds a new color to a color map.
|
|
Creates a new color map object.
|
|
Looks up a color value in a color map with the given name.
|