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

◆ operator()()

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

Definition at line 88 of file xymap.h.

88 {
89 return mapToIndex(x, y);
90 }
u16 mapToIndex(const u16 &x, const u16 &y) const FL_NOEXCEPT

References FL_NOEXCEPT, mapToIndex(), fl::x, and fl::y.

+ Here is the call graph for this function: