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

◆ toQ16< float >()

template<>
fl::i32 fl::gfx::detail::toQ16< float > ( float val)
inline

Definition at line 228 of file primitives.h.

228 {
229 return static_cast<fl::i32>(val * 65536.0f);
230}

References toQ16().

+ Here is the call graph for this function: