GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
Loading...
Searching...
No Matches
color_rgb Struct Reference

#include <colors.h>

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 

Detailed Description

Definition at line 39 of file colors.h.

Field Documentation

◆ b

unsigned char color_rgb::b

Definition at line 40 of file colors.h.

Referenced by D_color_number_to_RGB(), and D_use_color().

◆ g

unsigned char color_rgb::g

Definition at line 40 of file colors.h.

Referenced by D_color_number_to_RGB(), and D_use_color().

◆ r

unsigned char color_rgb::r

Definition at line 40 of file colors.h.

Referenced by D_color_number_to_RGB(), and D_use_color().


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