|
FastLED 3.9.15
|
#include <ui_impl.h>
Public Member Functions | |
| UISliderImpl (const char *name, float value=128.0f, float min=1, float max=255, float step=-1.f) | |
| ~UISliderImpl () | |
| template<typename T> | |
| T | as () const |
| int | as_int () const |
| float | getMax () const |
| float | getMin () const |
| operator float () const | |
| operator int () const | |
| operator u16 () const | |
| operator u8 () const | |
| UISliderImpl & | operator= (float value) |
| UISliderImpl & | operator= (int value) |
| void | setGroup (const fl::string &groupName) |
| void | setValue (float value) |
| float | value () const |
Private Attributes | |
| float | mMax |
| float | mMin |
| float | mValue |