Trait mozjpeg::ColorSpaceExt [] [src]

pub trait ColorSpaceExt {
    fn num_components(&self) -> usize;
}

Required Methods

Number of channels (including unused alpha) in this color space

Implementors