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

◆ as()

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

Definition at line 47 of file ui.h.

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