pub struct LevelsAdjustmentChannel {
pub shadow_input: f64,
pub highlight_input: f64,
pub shadow_output: f64,
pub highlight_output: f64,
pub midtone_input: f64,
}Expand description
TS LevelsAdjustmentChannel.
Fields§
§shadow_input: f64§highlight_input: f64§shadow_output: f64§highlight_output: f64§midtone_input: f64Trait Implementations§
Source§impl Clone for LevelsAdjustmentChannel
impl Clone for LevelsAdjustmentChannel
Source§fn clone(&self) -> LevelsAdjustmentChannel
fn clone(&self) -> LevelsAdjustmentChannel
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 LevelsAdjustmentChannel
impl Debug for LevelsAdjustmentChannel
Source§impl Default for LevelsAdjustmentChannel
impl Default for LevelsAdjustmentChannel
Source§fn default() -> LevelsAdjustmentChannel
fn default() -> LevelsAdjustmentChannel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LevelsAdjustmentChannel
impl RefUnwindSafe for LevelsAdjustmentChannel
impl Send for LevelsAdjustmentChannel
impl Sync for LevelsAdjustmentChannel
impl Unpin for LevelsAdjustmentChannel
impl UnsafeUnpin for LevelsAdjustmentChannel
impl UnwindSafe for LevelsAdjustmentChannel
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