FastLED 3.9.15
Loading...
Searching...
No Matches
Easing Functions

Detailed Description

Specify the rate of change of a parameter over time.

See also
http://easings.net
+ Collaboration diagram for Easing Functions:

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.