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

◆ operator/() [2/2]

FASTLED_FORCE_INLINE s0x32 fl::fl::s0x32::operator/ ( s0x32 b) const
inlineconstexpr

Definition at line 106 of file s16x16x4.h.

106 {
107 auto t_vec = s16x16x4::set1(t);
108 auto diff = b - (*this);
109 return (*this) + (diff * t_vec);
110 }
111
static FASTLED_FORCE_INLINE s16x16x4 set1(s16x16 value)
Definition s16x16x4.h:41