[][src]Trait lcms2::ColorSpaceSignatureExt

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

Required methods

fn channels(self) -> u32

Returns channel count for a given color space.

Returns 3 on error (sic).

fn pixel_format(self) -> PixelFormat

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

Loading content...

Implementors

impl ColorSpaceSignatureExt for ColorSpaceSignature[src]

Loading content...