pub enum HueInterpolation {
Shorter,
Longer,
Increasing,
Decreasing,
}
Expand description
A direction to interopolate hue values between, when mixing colours.
Variants§
Trait Implementations§
Source§impl Clone for HueInterpolation
impl Clone for HueInterpolation
Source§fn clone(&self) -> HueInterpolation
fn clone(&self) -> HueInterpolation
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 HueInterpolation
impl Debug for HueInterpolation
Source§impl Default for HueInterpolation
impl Default for HueInterpolation
Source§fn default() -> HueInterpolation
fn default() -> HueInterpolation
Returns the “default value” for a type. Read more
Source§impl PartialEq for HueInterpolation
impl PartialEq for HueInterpolation
impl Copy for HueInterpolation
impl StructuralPartialEq for HueInterpolation
Auto Trait Implementations§
impl Freeze for HueInterpolation
impl RefUnwindSafe for HueInterpolation
impl Send for HueInterpolation
impl Sync for HueInterpolation
impl Unpin for HueInterpolation
impl UnwindSafe for HueInterpolation
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