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

Pixels which have a named White value.

Required methods

Returns a white pixel of this type.

Implementations on Foreign Types

Implementors