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

◆ operator=() [2/2]

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

Definition at line 303 of file ui.h.

303 {
304 setValue(static_cast<double>(value));
305 return *this;
306 }
double value() const
Definition ui.h:295
void setValue(double value)
Definition ui.h:296

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

+ Here is the call graph for this function: