FastLED 3.9.15
|
Specify the rate of change of a parameter over time.
Functions | |
LIB8STATIC uint16_t | ease16InOutQuad (uint16_t i) |
16-bit quadratic ease-in / ease-out function. | |
LIB8STATIC fract8 | ease8InOutApprox (fract8 i) |
Fast, rough 8-bit ease-in/ease-out function. | |
LIB8STATIC fract8 | ease8InOutCubic (fract8 i) |
8-bit cubic ease-in / ease-out function. | |
LIB8STATIC uint8_t | ease8InOutQuad (uint8_t i) |
8-bit quadratic ease-in / ease-out function. | |