Trait ColorLut

Source
pub trait ColorLut {
    // Required methods
    fn quantize(&self) -> ColorU;
    fn quantized_floor(&self) -> ColorU;
    fn quantized_ceil(&self) -> ColorU;
    fn luminance(&self) -> u8;
    fn luminance_color(&self) -> ColorU;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ColorLut for ColorU

Implementors§