Function arc_util::colors::lerp_f32

source ·
pub fn lerp_f32(a: f32, b: f32, t: f32) -> f32
Expand description

Linearly interpolates between two f32s.