pub trait ColorChooserImplExt: ObjectSubclass {
    fn parent_add_palette(
        &self,
        orientation: Orientation,
        colors_per_line: i32,
        colors: &[RGBA]
    ); fn parent_color_activated(&self, rgba: RGBA); fn parent_rgba(&self) -> RGBA; fn parent_set_rgba(&self, rgba: RGBA); }

Required Methods§

Implementors§