Function re_renderer::colormap_magma_srgb
source · pub fn colormap_magma_srgb(t: f32) -> [u8; 4]
Expand description
Returns sRGB polynomial approximation from Magma color map, assuming t
is normalized.
pub fn colormap_magma_srgb(t: f32) -> [u8; 4]
Returns sRGB polynomial approximation from Magma color map, assuming t
is normalized.