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

◆ xyMap()

FASTLED_FORCE_INLINE fl::u16 fl::Engine::xyMap ( fl::u16 x,
fl::u16 y )
inline

Definition at line 123 of file engine.h.

123 {
124 return mCtx->xyMapFn(x, y, mCtx->xyMapUserData);
125 }
Context * mCtx
Definition engine.h:20

References FASTLED_FORCE_INLINE, mCtx, fl::x, and fl::y.