[][src]Function amethyst_rendy::rendy::texture::palette::load_from_linear_rgb_f32

pub fn load_from_linear_rgb_f32<T>(
    palette: Rgb<Linear<Srgb>, T>
) -> TextureBuilder<'static> where
    T: Component,
    Rgb<Linear<Srgb>, T>: Into<Pixel<Rgb, _32, Float>>, 

Function to load texture from palette pixels.