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

◆ operator=() [1/2]

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

Definition at line 54 of file ui.h.

54 {
55 Super::setValue(value);
56 return *this;
57 }
float value() const
Definition ui.h:33