pub struct Lch {
pub l: f32,
pub c: f32,
pub h: f32,
}Expand description
CIE LCH (Lightness, Chroma, Hue in degrees).
Fields§
§l: f32§c: f32§h: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lch
impl RefUnwindSafe for Lch
impl Send for Lch
impl Sync for Lch
impl Unpin for Lch
impl UnsafeUnpin for Lch
impl UnwindSafe for Lch
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