|  | 
| void | clear () | 
|  | 
| bool | setColorBrightness (size_t index, const color::Rgb &color, uint8_t brightness) | 
|  | 
| bool | setColor (size_t index, const color::Rgb &color) | 
|  | 
| color::Rgb | getColor (size_t index) const | 
|  | 
| void | setBrightness (size_t index, uint8_t brightness) | 
|  | 
| uint8_t | getBrightness (size_t index) const | 
|  | 
| void | write () | 
|  | 
|  | 
| static constexpr size_t | size = LEDs | 
|  | 
|  | 
| uint8_t data[length] | modm_aligned (4) | 
|  | 
|  | 
| static constexpr size_t | length = 4 + 4*LEDs + ((LEDs+15)/16) | 
|  | 
The documentation for this class was generated from the following file: