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

◆ toFixed8< int >()

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

Definition at line 195 of file primitives.h.

195 {
196 return static_cast<fl::i32>(static_cast<fl::u32>(val) << 8);
197}

References toFixed8().

+ Here is the call graph for this function: