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

◆ TimeWarp()

fl::TimeWarp::TimeWarp ( uint32_t realTimeNow = 0,
float initialTimeScale = 1.0f )

Definition at line 12 of file time.cpp.

13 : mLastRealTime(realTimeNow), mStartTime(realTimeNow),
14 mTimeScale(initialTimeScale) {}
float mTimeScale
Definition time.h:50
uint32_t mLastRealTime
Definition time.h:47
uint32_t mStartTime
Definition time.h:48

References mLastRealTime, mStartTime, and mTimeScale.