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

◆ as()

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

Definition at line 48 of file ui.h.

48 {
49 return static_cast<T>(Super::value());
50 }