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

◆ UINumberFieldImpl()

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

Definition at line 22 of file number_field.h.

24 : mMin(fl::min(min, max)),
27 FASTLED_UNUSED(name);
28 }
double value() const
FL_DISABLE_WARNING_PUSH U constexpr common_type_t< T, U > min(T a, U b) FL_NOEXCEPT
Definition math.h:71
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, fl::max(), fl::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: