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

◆ operator=() [2/2]

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

Definition at line 76 of file ui.h.

76 {
77 setValue(static_cast<float>(value));
78 return *this;
79 }
void setValue(float value)
Definition ui.h:65
float value() const
Definition ui.h:57

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

+ Here is the call graph for this function: