pub fn lerp_rgba(from: Rgba, to: Rgba, factor: Factor) -> Rgba
Default implementation of lerp for Rgba in apps.
Rgba
Implements lerp_space dependent transition.
lerp_space
Apps set this as the default implementation on init.