GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <colors.h>
Data Fields | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char color_rgb::b |
Definition at line 35 of file colors.h.
Referenced by COM_Standard_color(), and G_str_to_color().
unsigned char color_rgb::g |
Definition at line 35 of file colors.h.
Referenced by COM_Standard_color(), and G_str_to_color().
unsigned char color_rgb::r |
Definition at line 35 of file colors.h.
Referenced by COM_Standard_color(), and G_str_to_color().