pub struct SelectiveColorAdjustment {
pub mode: Option<SelectiveColorMode>,
pub reds: Option<Cmyk>,
pub yellows: Option<Cmyk>,
pub greens: Option<Cmyk>,
pub cyans: Option<Cmyk>,
pub blues: Option<Cmyk>,
pub magentas: Option<Cmyk>,
pub whites: Option<Cmyk>,
pub neutrals: Option<Cmyk>,
pub blacks: Option<Cmyk>,
}Expand description
TS SelectiveColorAdjustment (type: 'selective color').
Fields§
§mode: Option<SelectiveColorMode>§reds: Option<Cmyk>§yellows: Option<Cmyk>§greens: Option<Cmyk>§cyans: Option<Cmyk>§blues: Option<Cmyk>§magentas: Option<Cmyk>§whites: Option<Cmyk>§neutrals: Option<Cmyk>§blacks: Option<Cmyk>Trait Implementations§
Source§impl Clone for SelectiveColorAdjustment
impl Clone for SelectiveColorAdjustment
Source§fn clone(&self) -> SelectiveColorAdjustment
fn clone(&self) -> SelectiveColorAdjustment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectiveColorAdjustment
impl Debug for SelectiveColorAdjustment
Source§impl Default for SelectiveColorAdjustment
impl Default for SelectiveColorAdjustment
Source§fn default() -> SelectiveColorAdjustment
fn default() -> SelectiveColorAdjustment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SelectiveColorAdjustment
impl RefUnwindSafe for SelectiveColorAdjustment
impl Send for SelectiveColorAdjustment
impl Sync for SelectiveColorAdjustment
impl Unpin for SelectiveColorAdjustment
impl UnsafeUnpin for SelectiveColorAdjustment
impl UnwindSafe for SelectiveColorAdjustment
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