pub fn rgba_sampler<T>(t: &Transition<T>, step: Factor) -> Twhere
T: Transitionable,Expand description
Animation sampler that sets the lerp_space to LerpSpace::Rgba.
Samplers can be set in animations using the Var::easing_with method.
pub fn rgba_sampler<T>(t: &Transition<T>, step: Factor) -> Twhere
T: Transitionable,Animation sampler that sets the lerp_space to LerpSpace::Rgba.
Samplers can be set in animations using the Var::easing_with method.