Function zng_color::lerp_rgba

source ·
pub fn lerp_rgba(from: Rgba, to: Rgba, factor: Factor) -> Rgba
Expand description

Default implementation of lerp for Rgba in apps.

Implements lerp_space dependent transition.

Apps set this as the default implementation on init.