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.

Data Structures

struct  stp_color
struct  stp_colorfuncs_t

Typedefs

typedef stp_color stp_color_t

Functions

int stp_color_init (stp_vars_t *v, stp_image_t *image, size_t steps)
int stp_color_get_row (stp_vars_t *v, stp_image_t *image, int row, unsigned *zero_mask)
stp_parameter_list_t stp_color_list_parameters (const stp_vars_t *v)
void stp_color_describe_parameter (const stp_vars_t *v, const char *name, stp_parameter_t *description)
int stp_color_register (const stp_color_t *color)
int stp_color_unregister (const stp_color_t *color)
int stp_color_count (void)
 Get the number of available color modules.

const stp_color_tstp_get_color_by_name (const char *name)
 Get a color module by its name.

const stp_color_tstp_get_color_by_index (int idx)
 Get a color module by its index number.

const stp_color_tstp_get_color_by_colorfuncs (stp_colorfuncs_t *colorfuncs)
const char * stp_color_get_name (const stp_color_t *c)
 Get the short (untranslated) name of a color module.

const char * stp_color_get_long_name (const stp_color_t *c)
 Get the long (translated) name of a color module.


Detailed Description

Color functions.

Definition in file color.h.


Generated on Wed May 12 20:21:34 2004 for libgimpprint API Reference by doxygen1.2.17