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

◆ setValue()

void fl::UISlider::setValue ( float value)

Definition at line 11 of file ui.cpp.

11 {
12
13 if (value != Super::value()) {
14 Super::setValue(value);
15 }
16}
float value() const
Definition ui.h:32