pub trait INoInterpColorParameter: IVolumeParameter_1<Color> {
// Provided methods
fn hdr(self) -> bool { ... }
fn set_hdr(self, value: bool) { ... }
fn show_alpha(self) -> bool { ... }
fn set_show_alpha(self, value: bool) { ... }
fn show_eye_dropper(self) -> bool { ... }
fn set_show_eye_dropper(self, value: bool) { ... }
}Provided Methods§
fn hdr(self) -> bool
fn set_hdr(self, value: bool)
fn show_alpha(self) -> bool
fn set_show_alpha(self, value: bool)
fn show_eye_dropper(self) -> bool
fn set_show_eye_dropper(self, value: bool)
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.