Enum lcms2_sys::ffi::ColorimetricIntentImageState [] [src]

#[repr(u32)]
pub enum ColorimetricIntentImageState { SceneColorimetryEstimates, SceneAppearanceEstimates, FocalPlaneColorimetryEstimates, ReflectionHardcopyOriginalColorimetry, ReflectionPrintOutputColorimetry, }

Variants

'scoe'

'sape'

'fpce'

'rhoc'

'rpoc'

Trait Implementations

impl Copy for ColorimetricIntentImageState
[src]

impl Clone for ColorimetricIntentImageState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ColorimetricIntentImageState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ColorimetricIntentImageState
[src]

impl Hash for ColorimetricIntentImageState
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for ColorimetricIntentImageState
[src]

Formats the value using the given formatter.