Struct dssim_core::LAB
source · pub struct LAB {
pub l: f32,
pub a: f32,
pub b: f32,
}Expand description
L*a*b*b, but using float units (values are 100× smaller than in usual integer representation)
Fields§
§l: f32§a: f32§b: f32Trait Implementations§
impl Copy for LAB
Auto Trait Implementations§
impl RefUnwindSafe for LAB
impl Send for LAB
impl Sync for LAB
impl Unpin for LAB
impl UnwindSafe for LAB
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