pub fn mix_colors(a: Color, b: Color, t: f32) -> Color
Returns the arithmetic average of the two input colors.