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

◆ toInt< float >()

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

Definition at line 102 of file primitives.h.

102 {
103 return static_cast<int>(val);
104}