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

◆ UISliderImpl()

fl::UISliderImpl::UISliderImpl ( const char * name,
float value = 128.0f,
float min = 1,
float max = 255,
float step = -1.f )
inline

Definition at line 23 of file slider.h.

25 : mMin(fl::min(min, max)),
28 FASTLED_UNUSED(name);
30 }
float value() const
Definition slider.h:32
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
constexpr enable_if< is_fixed_point< T >::value, T >::type step(T edge, T x) FL_NOEXCEPT
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, fl::max(), fl::min(), mMax, mMin, mValue, fl::step(), and value().

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

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