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

◆ update16()

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

Definition at line 32 of file time_alpha.h.

32 {
33 return static_cast<u16>(update8(now) << 8) + 0xFF;
34 }
virtual u8 update8(u32 now)=0

References update8().

Referenced by updatef().

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