|
FastLED 3.9.15
|
#include <leds.h>
Inheritance diagram for fl::Leds:
Collaboration diagram for fl::Leds:Public Member Functions | |
| Leds (const Leds &)=default | |
| Leds (CRGB *leds, const XYMap &xymap) | |
| Leds (CRGB *leds, u16 width, u16 height) | |
| Leds (Leds &&)=default | |
| CRGB & | at (int x, int y) |
| const CRGB & | at (int x, int y) const |
| void | fill (const CRGB &color) |
| fl::size | height () const |
| operator const CRGB * () const | |
| operator CRGB * () | |
| CRGB & | operator() (int x, int y) |
| const CRGB & | operator() (int x, int y) const |
| Leds & | operator= (const Leds &)=default |
| CRGB * | operator[] (int x) |
| const CRGB * | operator[] (int x) const |
| CRGB * | rgb () |
| const CRGB * | rgb () const |
| fl::size | width () const |
| const XYMap & | xymap () const |
Static Protected Member Functions | |
| static CRGB & | empty () |
Protected Attributes | |
| CRGB * | mLeds |
| XYMap | mXyMap |