Go to the source code of this file.
Classes | |
| struct | RGBTABLE |
| |
Functions | |
| int | Str2RGB (const char *name, int *r, int *g, int *b) |
Variables | |
| struct RGBTABLE | RGBTable [] |
| |
| int Str2RGB | ( | const char * | name, | |
| int * | r, | |||
| int * | g, | |||
| int * | b | |||
| ) |
Definition at line 759 of file namecolor.c.
References RGBTABLE::b, RGBTABLE::g, RGBTABLE::name, NULL, RGBTABLE::r, and RGBTable.
Referenced by XGeo::alloccolors().
1.5.7.1