|
FastLED 3.9.15
|
Definition at line 10 of file transition.h.
#include <transition.h>
Public Member Functions | |
| Transition () | |
| ~Transition () | |
| void | end () |
| uint8_t | getProgress (fl::u32 now) |
| bool | isTransitioning (fl::u32 now) |
| void | start (fl::u32 now, fl::u32 duration) |
Private Attributes | |
| fl::u32 | mDuration |
| bool | mNotStarted |
| fl::u32 | mStart |