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

Detailed Description

Definition at line 48 of file ui_impl.h.

#include <ui_impl.h>

+ Inheritance diagram for fl::UISliderImpl:

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>
as () const
 
int as_int () const
 
float getMax () const
 
float getMin () const
 
 operator float () const
 
 operator int () const
 
 operator uint16_t () const
 
 operator uint8_t () const
 
UISliderImploperator= (float value)
 
UISliderImploperator= (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: