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

◆ at() [2/2]

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

Definition at line 26 of file leds.h.

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

References x, and y.