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

◆ ScreenMap() [5/5]

fl::ScreenMap::ScreenMap ( const ScreenMap & other)

Definition at line 170 of file screenmap.cpp.

170 {
171 mDiameter = other.mDiameter;
172 length = other.length;
173 mLookUpTable = other.mLookUpTable;
174}
float mDiameter
Definition screenmap.h:82
uint32_t length
Definition screenmap.h:81
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:83

References ScreenMap(), length, mDiameter, and mLookUpTable.

+ Here is the call graph for this function: