GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <grass/defs/colors.h>
Go to the source code of this file.
Data Structures | |
struct | color_rgb |
struct | color_name |
Macros | |
#define | BLACK 1 |
#define | RED 2 |
#define | GREEN 3 |
#define | BLUE 4 |
#define | YELLOW 5 |
#define | CYAN 6 |
#define | MAGENTA 7 |
#define | WHITE 8 |
#define | GRAY 9 |
#define | ORANGE 10 |
#define | AQUA 11 |
#define | INDIGO 12 |
#define | VIOLET 13 |
#define | BROWN 14 |
#define | GREY GRAY |
#define | PURPLE VIOLET |
#define | D_COLOR_LIST |
#define | MAX_COLOR_LEN 32 |
#define D_COLOR_LIST |