pub enum ColorType {
}
Expand description
Color types represented in a CGATS DATA_FORMAT
Variants§
Rgb
Red, Green, Blue
Cmyk
Cyan, Magenta, Yellow, Black
FiveClr
CMYK+1
SixClr
CMYK+2
SevenClr
CMYK+3
EightClr
CMYK+4
NClr
CMYK+N
Spectral(u16, u16, u16)
Spectral(Min, Max, Increment)
SpectralN
Other Spectral data
Density
Density (Red, Green, Blue, Visual filters)
Lab
CIE Lab*
Lch
Lightness, Chroma, Hue
Xyz
XYZ
XYy
XYy
DeltaE(DEMethod)
DeltaE
Trait Implementations§
source§impl PartialEq for ColorType
impl PartialEq for ColorType
impl Copy for ColorType
impl Eq for ColorType
impl StructuralPartialEq for ColorType
Auto Trait Implementations§
impl Freeze for ColorType
impl RefUnwindSafe for ColorType
impl Send for ColorType
impl Sync for ColorType
impl Unpin for ColorType
impl UnwindSafe for ColorType
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