GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
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 5 of file driver/color.c.
References driver::Color.
Referenced by COM_Standard_color(), and D_RGB_color().
void COM_Standard_color | ( | int | number | ) |
Definition at line 11 of file driver/color.c.
References color_rgb::b, COM_Color_RGB(), color_rgb::g, G_num_standard_colors(), G_standard_color_rgb(), and color_rgb::r.
Referenced by D_use_color().