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

◆ operator=() [1/2]

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

Definition at line 53 of file ui.h.

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