Skip to main content

rgb_lerp

Function rgb_lerp 

Source
pub fn rgb_lerp(rgb_a: [f32; 3], rgb_b: [f32; 3], t: f32) -> [f32; 3]
Expand description

RGB lerp in linear sRGB space (for comparison with spectral blend).