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

◆ operator=() [2/2]

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

Definition at line 80 of file ui_impl.h.

80 {
81 setValue(static_cast<float>(value));
82 return *this;
83 }
float value() const
Definition ui_impl.h:64
void setValue(float value)
Definition ui_impl.h:67

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

+ Here is the call graph for this function: