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

◆ operator()()

uint16_t fl::XYMap::operator() ( uint16_t x,
uint16_t y ) const
inline

Definition at line 81 of file xymap.h.

81 {
82 return mapToIndex(x, y);
83 }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
uint16_t mapToIndex(const uint16_t &x, const uint16_t &y) const
Definition xymap.cpp:97

References mapToIndex(), x, and y.

+ Here is the call graph for this function: