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

◆ has() [1/2]

bool fl::XYMap::has ( int x,
int y ) const
inline

Definition at line 99 of file xymap.h.

99 {
100 return (x >= 0) && (y >= 0) && has((uint16_t)x, (uint16_t)y);
101 }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
bool has(uint16_t x, uint16_t y) const
Definition xymap.h:95

References has(), x, and y.

+ Here is the call graph for this function: