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 20 of file fx2d.h.

20 {
21 return mXyMap.mapToIndex(x, y);
22 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
XYMap mXyMap
Definition fx2d.h:29

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: