#include <modm/ui/animation/key_frame.hpp>
|
| KeyFrame (TimeType length, T...values) |
| Constructor with length and multiple values of type T.
|
|
|
TimeType | length |
| the length of this frame in ms
|
|
T | value [N] |
| the values as an array
|
|
template<typename T = uint8_t, uint8_t N = 1>
struct modm::ui::KeyFrame< T, N >
This struct specifies one key frame of an animation.
- Template Parameters
-
T | the type of the values in this frame |
N | the number of values in this frame |
- Author
- Niklas Hauser
The documentation for this struct was generated from the following file: