Go to the source code of this file.
Typedefs | |
typedef void * | stp_color_t |
The color opaque data type. | |
typedef const void * | stp_const_color_t |
The constant color opaque data type. | |
Functions | |
int | stp_color_count (void) |
Get the number of available color modules. | |
stp_const_color_t | stp_get_color_by_name (const char *name) |
Get a color module by its name. | |
stp_const_color_t | stp_get_color_by_index (int idx) |
Get a color module by its index number. | |
const char * | stp_color_get_name (stp_const_color_t c) |
Get the short (untranslated) name of a color module. | |
const char * | stp_color_get_long_name (stp_const_color_t c) |
Get the long (translated) name of a color module. |