Enum lcms2::Intent []

#[repr(u32)]
pub enum Intent { Perceptual, RelativeColorimetric, Saturation, AbsoluteColorimetric, PreserveKOnlyPerceptual, PreserveKOnlyRelativeColorimetric, PreserveKOnlySaturation, PreserveKPlanePerceptual, PreserveKPlaneRelativeColorimetric, PreserveKPlaneSaturation, }

Variants

ICC Intents

non-icc intents

Trait Implementations

impl PartialEq<Intent> for Intent

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

1.0.0
[src]

This method tests for !=.

impl Copy for Intent

impl Debug for Intent

Formats the value using the given formatter. Read more

impl Eq for Intent

impl Hash for Intent

impl Clone for Intent

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more