FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setValue()

void fl::UISliderImpl::setValue ( float value)
inline

Definition at line 67 of file ui_impl.h.

67{ mValue = MAX(mMin, MIN(mMax, value)); }
float value() const
Definition ui_impl.h:64
#define MIN(a, b)
Definition math_macros.h:15
#define MAX(a, b)
Definition math_macros.h:11

References MAX, MIN, mMax, mMin, mValue, and value().

Referenced by operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: