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

◆ setValue()

void fl::UINumberFieldImpl::setValue ( double value)
inline

Definition at line 152 of file ui_impl.h.

152{ mValue = MAX(mMin, MIN(mMax, value)); }
double value() const
Definition ui_impl.h:151
#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=(), operator=(), and fl::UINumberField::setValue().

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