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

◆ operator=()

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

Definition at line 110 of file gradient.cpp.

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

References Gradient(), and mVariant.

+ Here is the call graph for this function: