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

◆ ScreenMap() [5/6]

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

Definition at line 332 of file screenmap.cpp.

332 {
333 mDiameter = other.mDiameter;
334 length = other.length;
335 mLookUpTable = other.mLookUpTable;
336}
float mDiameter
Definition screenmap.h:102
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:103

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

+ Here is the call graph for this function: