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

◆ xyMap()

uint16_t fl::Fx2d::xyMap ( uint16_t x,
uint16_t y ) const
inline

Definition at line 21 of file fx2d.h.

21 {
22 return mXyMap.mapToIndex(x, y);
23 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
XYMap mXyMap
Definition fx2d.h:31

References mXyMap, x, and y.

Referenced by fl::Animartrix::Animartrix(), Fx2d(), fl::NoisePalette::NoisePalette(), fl::Blend2d::draw(), and setXYMap().

+ Here is the caller graph for this function: