GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
color_rgb Struct Reference

#include <colors.h>

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 

Detailed Description

Definition at line 33 of file colors.h.

Field Documentation

◆ b

unsigned char color_rgb::b

Definition at line 35 of file colors.h.

Referenced by COM_Standard_color(), and G_str_to_color().

◆ g

unsigned char color_rgb::g

Definition at line 35 of file colors.h.

Referenced by COM_Standard_color(), and G_str_to_color().

◆ r

unsigned char color_rgb::r

Definition at line 35 of file colors.h.

Referenced by COM_Standard_color(), and G_str_to_color().


The documentation for this struct was generated from the following file: