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

◆ toQ16< double >()

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

Definition at line 233 of file primitives.h.

233 {
234 return static_cast<fl::i32>(val * 65536.0);
235}

References toQ16().

+ Here is the call graph for this function: