Skip to main content

IWhiteBalance

Trait IWhiteBalance 

Source
pub trait IWhiteBalance: IVolumeComponent {
    // Provided methods
    fn temperature(self) -> ClampedFloatParameter { ... }
    fn set_temperature(self, value: ClampedFloatParameter) { ... }
    fn tint(self) -> ClampedFloatParameter { ... }
    fn set_tint(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§