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

◆ operator=() [2/2]

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

Definition at line 173 of file ui_impl.h.

173 {
174 setValue(static_cast<double>(value));
175 return *this;
176 }
double value() const
Definition ui_impl.h:165
void setValue(double value)
Definition ui_impl.h:166

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

+ Here is the call graph for this function: