[][src]Function rendy_texture::palette::load_from_linear_luma

pub fn load_from_linear_luma<W, T>(
    palette: LinLuma<W, T>
) -> TextureBuilder<'static> where
    W: WhitePoint,
    T: Component,
    LinLuma<W, T>: Into<R8Unorm>, 

Function to load texture from palette pixels.