pub enum Vendor {
Argyll,
Cgats,
ColorBurst,
Curve,
Xrite,
}
Expand description
A vendor is the party that makes the CGATS file with their own special sauce.
Variants§
Argyll
ArgyllCMS
Cgats
The default CGATS vendor
ColorBurst
ColorBurst RIP Linearization
Curve
Curve(v2,3,4) G7 Calibration
Xrite
XRite i1 Profiler
Implementations§
Trait Implementations§
source§impl PartialEq for Vendor
impl PartialEq for Vendor
impl Eq for Vendor
impl StructuralPartialEq for Vendor
Auto Trait Implementations§
impl Freeze for Vendor
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnwindSafe for Vendor
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