RawPixelTransform

Trait RawPixelTransform 

Source
pub trait RawPixelTransform {
    // Required method
    fn apply(&mut self, pixel: RawPixel) -> u16;
}

Required Methods§

Source

fn apply(&mut self, pixel: RawPixel) -> u16

Implementations on Foreign Types§

Source§

impl<A> RawPixelTransform for (A,)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B> RawPixelTransform for (A, B)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C> RawPixelTransform for (A, B, C)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C, D> RawPixelTransform for (A, B, C, D)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C, D, E> RawPixelTransform for (A, B, C, D, E)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C, D, E, F> RawPixelTransform for (A, B, C, D, E, F)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C, D, E, F, G> RawPixelTransform for (A, B, C, D, E, F, G)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Source§

impl<A, B, C, D, E, F, G, H> RawPixelTransform for (A, B, C, D, E, F, G, H)

Source§

fn apply(&mut self, pixel: RawPixel) -> u16

Implementors§