Skip to main content

ColorSpaceExt

Trait ColorSpaceExt 

Source
pub trait ColorSpaceExt {
    // Required method
    fn num_components(&self) -> usize;
}

Required Methods§

Source

fn num_components(&self) -> usize

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

Implementors§