FastLED 3.9.15
Loading...
Searching...
No Matches
fl::UISlider Class Reference

Detailed Description

Examples
FxEngine.ino.

Definition at line 42 of file ui.h.

#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>
as () const
 
 operator float () const
 
 operator int () const
 
 operator uint16_t () const
 
 operator uint8_t () const
 
UISlideroperator= (float value)
 
UISlideroperator= (int value)
 
void setValue (float value)
 
float value () const
 

Private Attributes

float mMax
 
float mMin
 
float mValue
 

The documentation for this class was generated from the following file: