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 30 of file ui.h.

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