Enum arrayfire::ColorSpace
[−]
[src]
#[repr(C)]pub enum ColorSpace { GRAY, RGB, HSV, }
Identify the color space of given image(Array)
Variants
GRAYGrayscale color space
RGBRed-Green-Blue color space
HSVHue-Saturation-value color space
Trait Implementations
impl Clone for ColorSpace[src]
fn clone(&self) -> ColorSpace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more