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

◆ smap16_to_32()

i32 fl::smap16_to_32 ( i16 x)
inline

Use int_scale<int16_t, int32_t>() instead.

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

Definition at line 93 of file intmap.h.

93 {
94 return fl::int_scale<i16, i32>(x);
95}

References FL_NOEXCEPT, and x.