Enum lcms2_sys::ffi::Intent
[−]
[src]
#[repr(u32)]pub enum Intent { Perceptual, RelativeColorimetric, Saturation, AbsoluteColorimetric, PreserveKOnlyPerceptual, PreserveKOnlyRelativeColorimetric, PreserveKOnlySaturation, PreserveKPlanePerceptual, PreserveKPlaneRelativeColorimetric, PreserveKPlaneSaturation, }
Variants
PerceptualRelativeColorimetricSaturationAbsoluteColorimetricPreserveKOnlyPerceptualPreserveKOnlyRelativeColorimetricPreserveKOnlySaturationPreserveKPlanePerceptualPreserveKPlaneRelativeColorimetricPreserveKPlaneSaturationTrait Implementations
impl Copy for Intent[src]
impl Clone for Intent[src]
fn clone(&self) -> Intent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Intent[src]
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
This method tests for !=.