color_rgb_t Struct Reference

Data-structure describing a RGB color. More...

Detailed Description

Data-structure describing a RGB color.

Definition at line 35 of file color.h.

#include <color.h>

Data Fields

uint8_t r
 red value [0 - 255]
 
uint8_t g
 green value [0 - 255]
 
uint8_t b
 blue value [0 - 255]
 

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