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

◆ update16()

virtual uint16_t fl::TimeAlpha::update16 ( uint32_t now)
inlinevirtual

Definition at line 32 of file time_alpha.h.

32 {
33 return static_cast<uint16_t>(update8(now) << 8) + 0xFF;
34 }
virtual uint8_t update8(uint32_t now)=0

References update8().

Referenced by updatef().

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