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

◆ update()

fl::u32 fl::TimeWarp::update ( fl::u32 timeNow)
overridevirtual

Implements fl::TimeFunction.

Definition at line 39 of file time.cpp.hpp.

39 {
40 applyExact(timeNow);
41 return time();
42}
void applyExact(fl::u32 timeNow)
Definition time.cpp.hpp:52
fl::u32 time() const override
Definition time.cpp.hpp:44

References applyExact(), and time().

+ Here is the call graph for this function: