[][src]Trait chargrid_render::Blend

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

Loading content...

Implementors

impl Blend for LinearInterpolate[src]

impl Blend for Replace[src]

Loading content...