[][src]Trait fon::ops::Blend

pub trait Blend: Any + Copy + Clone {
    pub fn mix<C: Channel>(dst: &mut C, src: &C);

    pub fn mix_frames<F: Frame>(dst: F, src: F) -> F { ... }
}

Blending operation for mixing

Required methods

pub fn mix<C: Channel>(dst: &mut C, src: &C)[src]

blend a destination and source.

Loading content...

Provided methods

pub fn mix_frames<F: Frame>(dst: F, src: F) -> F[src]

Compose frames.

Loading content...

Implementors

impl Blend for Amplify[src]

impl Blend for Clear[src]

impl Blend for Compress[src]

impl Blend for Dest[src]

impl Blend for Pan[src]

impl Blend for Plus[src]

impl Blend for Src[src]

Loading content...