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

◆ toQ16< int >()

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

Definition at line 238 of file primitives.h.

238 {
239 return static_cast<fl::i32>(val) << 16;
240}

References toQ16().

+ Here is the call graph for this function: