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

◆ toFixed8< float >()

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

Definition at line 185 of file primitives.h.

185 {
186 return static_cast<fl::i32>(val * 256.0f);
187}

References toFixed8().

+ Here is the call graph for this function: