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

◆ smap8_to_16()

i16 fl::smap8_to_16 ( i8 x)
inline

Use int_scale<int8_t, int16_t>() instead.

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

Definition at line 83 of file intmap.h.

83 {
84 return fl::int_scale<i8, i16>(x);
85}

References FL_NOEXCEPT, and x.