Trait chargrid_render::Blend[][src]

pub trait Blend: Copy {
    fn blend(self, current: Rgb24, new: Rgb24, alpha: u8) -> Rgb24;
}

Required methods

fn blend(self, current: Rgb24, new: Rgb24, alpha: u8) -> Rgb24[src]

Loading content...

Implementors

impl Blend for LinearInterpolate[src]

impl Blend for Replace[src]

Loading content...