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

◆ toInt< int >()

template<>
int fl::gfx::toInt< int > ( const int & val)
inline

Definition at line 108 of file primitives.h.

108 {
109 return val;
110}