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

◆ operator=()

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

Definition at line 107 of file gradient.cpp.

107 {
108 if (this != &other) {
109 mVariant = other.mVariant;
110 }
111 return *this;
112}
GradientVariant mVariant
Definition gradient.h:41

References Gradient(), and mVariant.

+ Here is the call graph for this function: