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

Pixels which have a named Black value.

Required methods

Returns a black pixel of this type.

Implementations on Foreign Types

Implementors