Trait lcms2::ColorSpaceSignatureExt
[−]
[src]
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).
Implementors
impl ColorSpaceSignatureExt for ColorSpaceSignature