|
FastLED 3.9.15
|
Specify the rate of change of a parameter over time.
Collaboration diagram for Easing Functions:Functions | |
| LIB8STATIC uint16_t | ease16InOutCubic (uint16_t i) |
| LIB8STATIC uint16_t | ease16InOutQuad (uint16_t i) |
| 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. | |