[][src]Trait xblend::blend::Clear

pub trait Clear {
    type Output;
    pub fn clear(self, rhs: Self) -> Self::Output;
}

Clear blending mode
output = (0,0,0,0)

Associated Types

Loading content...

Required methods

pub fn clear(self, rhs: Self) -> Self::Output[src]

Loading content...

Implementors

impl Clear for RGB<f32>[src]

type Output = RGB<f32>

impl Clear for RGBA<f32>[src]

type Output = RGBA<f32>

Loading content...