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

◆ operator=() [2/2]

UINumberField & fl::UINumberField::operator= ( int value)
inline

Definition at line 150 of file ui.h.

150 {
151 setValue(static_cast<double>(value));
152 return *this;
153 }
double value() const
Definition ui.h:142
void setValue(double value)
Definition ui.h:143

References UINumberField(), setValue(), and value().

+ Here is the call graph for this function: