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

◆ operator=() [2/2]

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

Definition at line 159 of file ui_impl.h.

159 {
160 setValue(static_cast<double>(value));
161 return *this;
162 }
double value() const
Definition ui_impl.h:151
void setValue(double value)
Definition ui_impl.h:152

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

+ Here is the call graph for this function: