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

◆ subtract_fp()

FASTLED_FORCE_INLINE fl::i32 fl::subtract_fp ( fl::i32 a,
fl::i32 b )

Definition at line 157 of file render_value_fp.h.

157 {
158 return a - b;
159}

References FASTLED_FORCE_INLINE.