pub enum ColorantMode {
CMYK,
RGB,
Lab,
}
Expand description
The color space in which a colorant is defined.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorantMode
impl RefUnwindSafe for ColorantMode
impl Send for ColorantMode
impl Sync for ColorantMode
impl Unpin for ColorantMode
impl UnwindSafe for ColorantMode
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