Skip to main content

IShadowsMidtonesHighlights

Trait IShadowsMidtonesHighlights 

Source
pub trait IShadowsMidtonesHighlights: IVolumeComponent {
Show 14 methods // Provided methods fn shadows(self) -> Vector4Parameter { ... } fn set_shadows(self, value: Vector4Parameter) { ... } fn midtones(self) -> Vector4Parameter { ... } fn set_midtones(self, value: Vector4Parameter) { ... } fn highlights(self) -> Vector4Parameter { ... } fn set_highlights(self, value: Vector4Parameter) { ... } fn shadows_start(self) -> MinFloatParameter { ... } fn set_shadows_start(self, value: MinFloatParameter) { ... } fn shadows_end(self) -> MinFloatParameter { ... } fn set_shadows_end(self, value: MinFloatParameter) { ... } fn highlights_start(self) -> MinFloatParameter { ... } fn set_highlights_start(self, value: MinFloatParameter) { ... } fn highlights_end(self) -> MinFloatParameter { ... } fn set_highlights_end(self, value: MinFloatParameter) { ... }
}

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§