Skip to main content

ILiftGammaGain

Trait ILiftGammaGain 

Source
pub trait ILiftGammaGain: IVolumeComponent {
    // Provided methods
    fn lift(self) -> Vector4Parameter { ... }
    fn set_lift(self, value: Vector4Parameter) { ... }
    fn gamma(self) -> Vector4Parameter { ... }
    fn set_gamma(self, value: Vector4Parameter) { ... }
    fn gain(self) -> Vector4Parameter { ... }
    fn set_gain(self, value: Vector4Parameter) { ... }
}

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§