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

◆ XMap() [2/3]

fl::XMap::XMap ( const XMap & other)

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

31 {
32 type = other.type;
33 length = other.length;
34 xFunction = other.xFunction;
35 mData = other.mData;
36 mLookUpTable = other.mLookUpTable;
37 mOffset = other.mOffset;
38}
Type type
Definition xmap.h:58
u16 length
Definition xmap.h:57
u16 mOffset
Definition xmap.h:62
fl::LUT16Ptr mLookUpTable
Definition xmap.h:61
const u16 * mData
Definition xmap.h:60
XFunction xFunction
Definition xmap.h:59

References XMap(), length, mData, mLookUpTable, mOffset, type, and xFunction.

+ Here is the call graph for this function: