Skip to main content

IColorParameter

Trait IColorParameter 

Source
pub trait IColorParameter: 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§

Source

fn hdr(self) -> bool

Source

fn set_hdr(self, value: bool)

Source

fn show_alpha(self) -> bool

Source

fn set_show_alpha(self, value: bool)

Source

fn show_eye_dropper(self) -> bool

Source

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.

Implementors§