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

◆ operator()()

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

Definition at line 38 of file tile2x2.h.

38{ return at(x, y); }
int y
Definition simple.h:93
int x
Definition simple.h:92
u8 & at(int x, int y)
Definition tile2x2.h:39

References at(), x, and y.

+ Here is the call graph for this function: