[][src]Trait imageproc::definitions::HasBlack

pub trait HasBlack {
    fn black() -> Self;
}

Pixels which have a named Black value.

Required methods

fn black() -> Self

Returns a black pixel of this type.

Loading content...

Implementations on Foreign Types

impl HasBlack for Luma<u8>[src]

impl HasBlack for Luma<u16>[src]

impl HasBlack for Rgb<u8>[src]

impl HasBlack for Rgb<u16>[src]

impl HasBlack for Rgba<u8>[src]

impl HasBlack for Rgba<u16>[src]

Loading content...

Implementors

Loading content...