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

◆ operator*() [2/2]

FASTLED_FORCE_INLINE u16x16 fl::u16x16::operator* ( u32 scalar) const
inlineconstexpr

Definition at line 106 of file u16x16.h.

106 {
107 return from_raw(mValue * scalar);
108 }
u32 mValue
Definition u16x16.h:201
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53

References u16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and mValue.

+ Here is the call graph for this function: