Function arc_util::colors::lerp

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

Linearly interpolates between two colors.