pub struct LMS {
pub l: f64,
pub m: f64,
pub s: f64,
pub alpha: f64,
}
Expand description
A color space whose axes correspond to the responsivity spectra of the long-, medium-, and short-wavelength cone cells in the human eye. More info here.
Fields§
§l: f64
§m: f64
§s: f64
§alpha: f64
Trait Implementations§
impl StructuralPartialEq for LMS
Auto Trait Implementations§
impl Freeze for LMS
impl RefUnwindSafe for LMS
impl Send for LMS
impl Sync for LMS
impl Unpin for LMS
impl UnwindSafe for LMS
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