Enum arrayfire::ColorMap
[−]
[src]
#[repr(C)]pub enum ColorMap { DEFAULT, SPECTRUM, COLORS, RED, MOOD, HEAT, BLUE, }
Dictates what color map is used for Image rendering
Variants
DEFAULTDefault color map is grayscale range [0-1]
SPECTRUMVisible spectrum color map
COLORSColors
REDRed hue map
MOODMood color map
HEATHeat color map
BLUEBlue hue map
Trait Implementations
impl Clone for ColorMap[src]
fn clone(&self) -> ColorMap
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
impl Copy for ColorMap[src]
impl Debug for ColorMap[src]
impl PartialEq for ColorMap[src]
fn eq(&self, __arg_0: &ColorMap) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.