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

◆ constructWithLookUpTable()

XMap fl::XMap::constructWithLookUpTable ( u16 length,
const u16 * lookUpTable,
u16 offset = 0 )
static

Definition at line 16 of file xmap.cpp.hpp.

18 {
20 out.mData = lookUpTable;
21 out.mOffset = offset;
22 return out;
23}
u16 length
Definition xmap.h:57
@ kLookUpTable
Definition xmap.h:26
XMap(u16 length, bool is_reverse=false, u16 offset=0)
Definition xmap.cpp.hpp:25
fl::UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)

References XMap(), kLookUpTable, length, mData, mOffset, and offset().

+ Here is the call graph for this function: