pub unsafe trait ImageContent<P>: ImageAccess {
    fn matches_format(&self) -> bool;
}

Required Methods

Checks whether pixels of type P match the format of the image.

Implementations on Foreign Types

Implementors