A Create3LedColor object. More...
#include <stdint.h>
Public Attributes | |
uint8_t | r |
the 8 bit integer for the red value in RGB More... | |
uint8_t | g |
the 8 bit integer for the green value in RGB More... | |
uint8_t | b |
the 8 bit integer for the blue value in RGB More... |
A Create 3 Led Color object.
uint8_t Create3LedColor::r |
the 8 bit integer for the red value in RGB
uint8_t Create3LedColor::g |
the 8 bit integer for the green value in RGB
uint8_t Create3LedColor::b |
the 8 bit integer for the blue value in RGB