[][src]Function rendy_texture::palette::load_from_linear_rgba

pub fn load_from_linear_rgba<T>(palette: LinSrgba<T>) -> TextureBuilder<'static> where
    T: Component,
    LinSrgba<T>: Into<Rgba8Unorm>, 

Function to load texture from palette pixels.