pub struct LUMA32 {
pub l: f32,
pub u: f32,
pub m: f32,
pub a: f32,
}
Expand description
A color in the luma color space.
Fields§
§l: f32
§u: f32
§m: f32
§a: f32
Trait Implementations§
Source§impl PartialOrd for LUMA32
impl PartialOrd for LUMA32
impl Copy for LUMA32
impl StructuralPartialEq for LUMA32
Auto Trait Implementations§
impl Freeze for LUMA32
impl RefUnwindSafe for LUMA32
impl Send for LUMA32
impl Sync for LUMA32
impl Unpin for LUMA32
impl UnwindSafe for LUMA32
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