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

◆ operator=() [1/2]

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

Definition at line 419 of file screenmap.cpp.

419 {
420 if (this != &other) {
421 mDiameter = other.mDiameter;
422 length = other.length;
423 mLookUpTable = other.mLookUpTable;
424 }
425 return *this;
426}
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: