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

Default color map is grayscale range [0-1]

Visible spectrum color map

Colors

Red hue map

Mood color map

Heat color map

Blue hue map

Trait Implementations

impl Clone for ColorMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorMap
[src]

impl Debug for ColorMap
[src]

Formats the value using the given formatter.

impl PartialEq for ColorMap
[src]

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

This method tests for !=.

impl From<i32> for ColorMap
[src]

Performs the conversion.