Enum imgui::ColorPickerMode
[−]
[src]
pub enum ColorPickerMode {
HueBar,
HueWheel,
}Color picker hue/saturation/value editor mode.
Variants
HueBarUse a bar for hue, rectangle for saturation/value.
HueWheelUse a wheel for hue, triangle for saturation/value.
Trait Implementations
impl Copy for ColorPickerMode[src]
impl Clone for ColorPickerMode[src]
fn clone(&self) -> ColorPickerMode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ColorPickerMode[src]
impl PartialEq for ColorPickerMode[src]
fn eq(&self, __arg_0: &ColorPickerMode) -> bool[src]
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[src]
This method tests for !=.