FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [2/2]

const CRGB & fl::Leds::operator() ( int x,
int y ) const

Definition at line 24 of file leds.cpp.

24 {
25 if (!mXyMap.has(x, y)) {
26 return empty();
27 }
28 return mLeds[mXyMap(x, y)];
29}
int y
Definition simple.h:93
int x
Definition simple.h:92
XYMap mXyMap
Definition leds.h:54
static CRGB & empty()
Definition leds.cpp:19
CRGB * mLeds
Definition leds.h:55

References empty(), mLeds, mXyMap, x, and y.

+ Here is the call graph for this function: