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

◆ UISlider()

fl::UISlider::UISlider ( const char * name,
float value = 128.0f,
float min = 1,
float max = 255,
float step = -1.f )
inline

Definition at line 29 of file ui.h.

31 : UISliderImpl(name, value, min, max, step), mListener(this) {}
Listener mListener
Definition ui.h:108
float value() const
Definition ui.h:32
UISliderImpl(const char *name, float value=128.0f, float min=1, float max=255, float step=-1.f)
Definition ui_impl.h:51