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

◆ UINumberField()

fl::UINumberField::UINumberField ( const char * name,
double value,
double min = 0,
double max = 100 )
inline

Definition at line 136 of file ui.h.

138 : mValue(value), mMin(MIN(min, max)), mMax(MAX(min, max)) {
139 FASTLED_UNUSED(name);
140 }
double value() const
Definition ui.h:142
double mMin
Definition ui.h:157
double mValue
Definition ui.h:156
double mMax
Definition ui.h:158
#define MIN(a, b)
Definition math_macros.h:8
#define MAX(a, b)
Definition math_macros.h:4
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, 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: