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

◆ as()

template<typename T>
T fl::UISlider::as ( ) const
inline

Definition at line 66 of file ui.h.

66 {
67 return static_cast<T>(mImpl.value());
68 }
UISliderImpl mImpl
Definition ui.h:97

References mImpl.