binary Clock
|
structure to keep track of color information More...
#include <color.h>
Data Fields | |
uint8_t | red |
uint8_t | green |
uint8_t | blue |
uint8_t | color_bit |
structure to keep track of color information
uint8_t blue |
amount of green in the color.
uint8_t color_bit |
amount of blue in the color.
uint8_t green |
amount of red in the color.
uint8_t red |