Enum arrayfire::ColorSpace [] [src]

#[repr(C)]
pub enum ColorSpace { GRAY, RGB, HSV, }

Identify the color space of given image(Array)

Variants

Grayscale color space

Red-Green-Blue color space

Hue-Saturation-value color space

Trait Implementations

impl Clone for ColorSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorSpace
[src]

impl Debug for ColorSpace
[src]

Formats the value using the given formatter.

impl PartialEq for ColorSpace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.