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 15 of file xmap.cpp.

17 {
19 out.mData = lookUpTable;
20 out.mOffset = offset;
21 return out;
22}
u16 length
Definition xmap.h:61
@ kLookUpTable
Definition xmap.h:30
XMap(u16 length, bool is_reverse=false, u16 offset=0)
Definition xmap.cpp:24
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: