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

◆ operator=() [2/2]

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

Definition at line 88 of file ui_impl.h.

88 {
89 setValue(static_cast<float>(value));
90 return *this;
91 }
float value() const
Definition ui_impl.h:69
void setValue(float value)
Definition ui_impl.h:72

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

+ Here is the call graph for this function: