FastLED 3.9.15
|
#include <ui.h>
Public Member Functions | |
UISlider (const char *name, float value=128.0f, float min=1, float max=255, float step=-1.f) | |
~UISlider () | |
template<typename T> | |
T | as () const |
operator float () const | |
operator int () const | |
operator uint16_t () const | |
operator uint8_t () const | |
UISlider & | operator= (float value) |
UISlider & | operator= (int value) |
void | setValue (float value) |
float | value () const |
Private Attributes | |
float | mMax |
float | mMin |
float | mValue |