Trait palette::blend::BlendFunction
source · pub trait BlendFunction<C: Blend<Color = C> + ComponentWise>{
// Required method
fn apply_to(
self,
source: PreAlpha<C, C::Scalar>,
destination: PreAlpha<C, C::Scalar>
) -> PreAlpha<C, C::Scalar>;
}
Expand description
A trait for custom blend functions.