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

◆ smap8_to_32()

i32 fl::smap8_to_32 ( i8 x)
inline

Use int_scale<int8_t, int32_t>() instead.

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

Definition at line 88 of file intmap.h.

88 {
89 return fl::int_scale<i8, i32>(x);
90}

References FL_NOEXCEPT, and x.