pub enum RenderingIntent {
AbsoluteColorimetric,
RelativeColorimetric,
Saturation,
Perceptual,
}
Expand description
How the output device should aim to render colors.
Variants§
AbsoluteColorimetric
Only consider the light source, not the output’s white point.
RelativeColorimetric
Consider both the light source and the output’s white point.
Saturation
Preserve saturation.
Perceptual
Preserve a pleasing visual appearance.
Trait Implementations§
source§impl Clone for RenderingIntent
impl Clone for RenderingIntent
source§fn clone(&self) -> RenderingIntent
fn clone(&self) -> RenderingIntent
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RenderingIntent
impl Debug for RenderingIntent
source§impl Hash for RenderingIntent
impl Hash for RenderingIntent
source§impl PartialEq for RenderingIntent
impl PartialEq for RenderingIntent
impl Copy for RenderingIntent
impl Eq for RenderingIntent
impl StructuralPartialEq for RenderingIntent
Auto Trait Implementations§
impl Freeze for RenderingIntent
impl RefUnwindSafe for RenderingIntent
impl Send for RenderingIntent
impl Sync for RenderingIntent
impl Unpin for RenderingIntent
impl UnwindSafe for RenderingIntent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)