pub fn rgb_lerp(rgb_a: [f32; 3], rgb_b: [f32; 3], t: f32) -> [f32; 3]
RGB lerp in linear sRGB space (for comparison with spectral blend).