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

◆ constructWithLookUpTable()

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

Definition at line 19 of file xmap.cpp.

19 {
21 out.mData = lookUpTable;
22 out.mOffset = offset;
23 return out;
24}
uint16_t length
Definition xmap.h:61
XMap(uint16_t length, bool is_reverse=false, uint16_t offset=0)
Definition xmap.cpp:28
@ kLookUpTable
Definition xmap.h:30

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

+ Here is the call graph for this function: