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

◆ operator=() [1/2]

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

Definition at line 578 of file screenmap.cpp.hpp.

578 {
579 if (this != &other) {
580 mDiameter = other.mDiameter;
581 length = other.length;
582 mLookUpTable = other.mLookUpTable;
583 mSourceXYMap = other.mSourceXYMap;
584 }
585 return *this;
586}
float mDiameter
Definition screenmap.h:125
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:126
XYMapPtr mSourceXYMap
Definition screenmap.h:127

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

+ Here is the call graph for this function: