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

◆ operator()()

uint8_t & fl::Tile2x2_u8::operator() ( int x,
int y )
inline

Definition at line 34 of file tile2x2.h.

34{ return at(x, y); }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
uint8_t & at(int x, int y)
Definition tile2x2.h:35

References at(), x, and y.

+ Here is the call graph for this function: