Trait raqote::draw_target::Blender

source ·
trait Blender {
    type Output;

    // Required method
    fn build<T: Blend>() -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn build<T: Blend>() -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Blender for BlendRow

source§

type Output = fn(_: &[u32], _: &mut [u32])

source§

impl Blender for BlendRowMask

source§

type Output = fn(_: &[u32], _: &[u8], _: &mut [u32])

source§

impl Blender for BlendRowMaskClip

source§

type Output = fn(_: &[u32], _: &[u8], _: &[u8], _: &mut [u32])