pub enum ColorScalePalette {
Show 18 variants
Greys,
YlGnBu,
Greens,
YlOrRd,
Bluered,
RdBu,
Reds,
Blues,
Picnic,
Rainbow,
Portland,
Jet,
Hot,
Blackbody,
Earth,
Electric,
Viridis,
Cividis,
}
Variants§
Greys
YlGnBu
Greens
YlOrRd
Bluered
RdBu
Reds
Blues
Picnic
Rainbow
Portland
Jet
Hot
Blackbody
Earth
Electric
Viridis
Cividis
Trait Implementations§
Source§impl Clone for ColorScalePalette
impl Clone for ColorScalePalette
Source§fn clone(&self) -> ColorScalePalette
fn clone(&self) -> ColorScalePalette
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ColorScalePalette
impl Debug for ColorScalePalette
Source§impl From<ColorScalePalette> for ColorScale
impl From<ColorScalePalette> for ColorScale
Source§fn from(src: ColorScalePalette) -> Self
fn from(src: ColorScalePalette) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ColorScalePalette
impl RefUnwindSafe for ColorScalePalette
impl Send for ColorScalePalette
impl Sync for ColorScalePalette
impl Unpin for ColorScalePalette
impl UnwindSafe for ColorScalePalette
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