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 fl::u16 ease16InOutCubic (fl::u16 i)
 
LIB8STATIC fl::u16 ease16InOutQuad (fl::u16 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 fl::u8 ease8InOutQuad (fl::u8 i)
 8-bit quadratic ease-in / ease-out function.