Enum lcms2::Intent
[−]
#[repr(u32)]pub enum Intent { Perceptual, RelativeColorimetric, Saturation, AbsoluteColorimetric, PreserveKOnlyPerceptual, PreserveKOnlyRelativeColorimetric, PreserveKOnlySaturation, PreserveKPlanePerceptual, PreserveKPlaneRelativeColorimetric, PreserveKPlaneSaturation, }
Variants
Perceptual
ICC Intents
RelativeColorimetric
Saturation
AbsoluteColorimetric
PreserveKOnlyPerceptual
non-icc intents
PreserveKOnlyRelativeColorimetric
PreserveKOnlySaturation
PreserveKPlanePerceptual
PreserveKPlaneRelativeColorimetric
PreserveKPlaneSaturation
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) -> bool
1.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