Trait lcms2::ColorSpaceSignatureExt [] [src]

pub trait ColorSpaceSignatureExt: Sized + Copy {
    fn channels(self) -> u32;
fn pixel_format(self) -> PixelFormat; }

Required Methods

Returns channel count for a given color space.

Returns 3 on error (sic).

Converts from ICC color space notation (LCMS PDF Table 10) to Little CMS color space notation (LCMS PDF Table 36).

Implementors