#[repr(i32)]pub enum Colormap {
Show 16 variants
Deep = 0,
Dark = 1,
Pastel = 2,
Paired = 3,
Viridis = 4,
Plasma = 5,
Hot = 6,
Cool = 7,
Pink = 8,
Jet = 9,
Twilight = 10,
RdBu = 11,
BrBG = 12,
PiYG = 13,
Spectral = 14,
Greys = 15,
}Expand description
Built-in ImPlot3D colormaps.
Variants§
Deep = 0
Dark = 1
Pastel = 2
Paired = 3
Viridis = 4
Plasma = 5
Hot = 6
Cool = 7
Pink = 8
Jet = 9
Twilight = 10
RdBu = 11
BrBG = 12
PiYG = 13
Spectral = 14
Greys = 15
Implementations§
Trait Implementations§
Source§impl From<Colormap> for ColormapIndex
impl From<Colormap> for ColormapIndex
impl Copy for Colormap
impl Eq for Colormap
impl StructuralPartialEq for Colormap
Auto Trait Implementations§
impl Freeze for Colormap
impl RefUnwindSafe for Colormap
impl Send for Colormap
impl Sync for Colormap
impl Unpin for Colormap
impl UnsafeUnpin for Colormap
impl UnwindSafe for Colormap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more