Data-structure describing a RGB color.  
 More...
Data-structure describing a RGB color. 
Definition at line 34 of file color.h.
#include <color.h>
|  | 
| 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: