Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

include/gimp-print/color.h File Reference

Color functions. More...

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.


Detailed Description

Color functions.


Generated on Sat Apr 17 15:42:12 2004 for libgimpprint API Reference by doxygen1.2.17