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

◆ operator=() [2/2]

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

Definition at line 51 of file slider.h.

51 {
52 setValue(static_cast<float>(value));
53 return *this;
54 }
float value() const
Definition slider.h:32
void setValue(float value)
Definition slider.h:35

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

+ Here is the call graph for this function: