Enum lcms2_sys::ffi::ColorimetricIntentImageState [−][src]
#[repr(u32)]
pub enum ColorimetricIntentImageState {
SceneColorimetryEstimates,
SceneAppearanceEstimates,
FocalPlaneColorimetryEstimates,
ReflectionHardcopyOriginalColorimetry,
ReflectionPrintOutputColorimetry,
}Variants
‘scoe’
‘sape’
‘fpce’
‘rhoc’
‘rpoc’
Trait Implementations
Auto Trait Implementations
impl Send for ColorimetricIntentImageState
impl Sync for ColorimetricIntentImageState
impl Unpin for ColorimetricIntentImageState
impl UnwindSafe for ColorimetricIntentImageState
Blanket Implementations
Mutably borrows from an owned value. Read more