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

◆ at() [1/2]

CRGB & fl::Leds::at ( int x,
int y )
inline

Definition at line 25 of file leds.h.

25{ return (*this)(x, y); }
int y
Definition simple.h:93
int x
Definition simple.h:92

References x, and y.