[][src]Trait imageproc::definitions::HasWhite

pub trait HasWhite {
    fn white() -> Self;
}

Pixels which have a named White value.

Required methods

fn white() -> Self

Returns a white pixel of this type.

Loading content...

Implementations on Foreign Types

impl HasWhite for Luma<u8>[src]

impl HasWhite for Luma<u16>[src]

impl HasWhite for Rgb<u8>[src]

impl HasWhite for Rgb<u16>[src]

impl HasWhite for Rgba<u8>[src]

impl HasWhite for Rgba<u16>[src]

Loading content...

Implementors

Loading content...