Enum lcms2::Intent
[−]
#[repr(u32)]pub enum Intent { Perceptual, RelativeColorimetric, Saturation, AbsoluteColorimetric, PreserveKOnlyPerceptual, PreserveKOnlyRelativeColorimetric, PreserveKOnlySaturation, PreserveKPlanePerceptual, PreserveKPlaneRelativeColorimetric, PreserveKPlaneSaturation, }
Variants
PerceptualICC Intents
RelativeColorimetricSaturationAbsoluteColorimetricPreserveKOnlyPerceptualnon-icc intents
PreserveKOnlyRelativeColorimetricPreserveKOnlySaturationPreserveKPlanePerceptualPreserveKPlaneRelativeColorimetricPreserveKPlaneSaturation
Trait Implementations
impl PartialEq<Intent> for Intent
fn eq(&self, __arg_0: &Intent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for Intent
impl Debug for Intent
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more