Skip to main content

ISplitToning

Trait ISplitToning 

Source
pub trait ISplitToning: IVolumeComponent {
    // Provided methods
    fn shadows(self) -> ColorParameter { ... }
    fn set_shadows(self, value: ColorParameter) { ... }
    fn highlights(self) -> ColorParameter { ... }
    fn set_highlights(self, value: ColorParameter) { ... }
    fn balance(self) -> ClampedFloatParameter { ... }
    fn set_balance(self, value: ClampedFloatParameter) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§