Trait lcms2::ColorSpaceSignatureExt[][src]

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

Required methods

fn channels(self) -> u32[src]

Returns channel count for a given color space.

Returns 3 on error (sic).

fn pixel_format(self) -> PixelFormat[src]

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

Loading content...

Implementors

Loading content...