GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | DRV_lookup_color (int r, int g, int b) |
void | DRV_color (int number) |
void | COM_Color_RGB (unsigned char r, unsigned char g, unsigned char b) |
void | COM_Standard_color (int number) |
void COM_Color_RGB | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b | ||
) |
Definition at line 19 of file driver/Color.c.
References DRV_color(), and DRV_lookup_color().
Referenced by COM_Standard_color(), LOC_RGB_color(), and process_command().
void COM_Standard_color | ( | int | number | ) |
Definition at line 24 of file driver/Color.c.
References COM_Color_RGB(), G_num_standard_colors(), and G_standard_color_rgb().
Referenced by LOC_standard_color(), and process_command().
void DRV_color | ( | int | number | ) |
Definition at line 12 of file driver/Color.c.
References driver::color.
Referenced by COM_Color_RGB().
Definition at line 5 of file driver/Color.c.
References b, g, driver::lookup_color, and r.
Referenced by COM_Color_RGB().