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

◆ toFixed8< double >()

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

Definition at line 190 of file primitives.h.

190 {
191 return static_cast<fl::i32>(val * 256.0);
192}

References toFixed8().

+ Here is the call graph for this function: