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

◆ XY()

uint16_t fl::NoisePalette::XY ( uint8_t x,
uint8_t y ) const
inlineprivate

Definition at line 71 of file noisepalette.h.

71{ return mXyMap.mapToIndex(x, y); }
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 fl::Fx2d::mXyMap, x, and y.

Referenced by mapNoiseToLEDsUsingPalette().

+ Here is the caller graph for this function: