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

◆ ScreenMap() [5/5]

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

Definition at line 184 of file screenmap.cpp.

184 {
185 mDiameter = other.mDiameter;
186 length = other.length;
187 mLookUpTable = other.mLookUpTable;
188}
float mDiameter
Definition screenmap.h:93
uint32_t length
Definition screenmap.h:92
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:94

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

+ Here is the call graph for this function: