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

◆ smap32_to_8()

i8 fl::smap32_to_8 ( i32 x)
inline

Use int_scale<int32_t, int8_t>() instead.

Examples
/home/runner/work/FastLED/FastLED/src/fl/math/intmap.h.

Definition at line 108 of file intmap.h.

108 {
109 return fl::int_scale<i32, i8>(x);
110}

References FL_NOEXCEPT, and x.