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); }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83

References x, and y.