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

◆ operator=()

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

Definition at line 111 of file gradient.cpp.hpp.

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

References Gradient(), FL_NOEXCEPT, and mVariant.

+ Here is the call graph for this function: