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

◆ update16()

virtual u16 fl::TimeAlpha::update16 ( u32 now)
inlinevirtual

Definition at line 40 of file time_alpha.h.

40 {
41 return static_cast<u16>(update8(now) << 8) + 0xFF;
42 }
virtual u8 update8(u32 now) FL_NOEXCEPT=0

References FL_NOEXCEPT, update16(), and update8().

Referenced by update16(), and updatef().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: