[][src]Trait xblend::blend::DstIn

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

DstIn blending mode
output = dst * src.alpha

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

impl DstIn for RGBA<f32>[src]

type Output = RGBA<f32>

Loading content...