pub trait ColorChooserExtManual: IsA<ColorChooser> + Sealed + 'static {
    // Provided method
    fn add_palette(
        &self,
        orientation: Orientation,
        colors_per_line: i32,
        colors: &[RGBA]
    ) { ... }
}

Provided Methods§

source

fn add_palette( &self, orientation: Orientation, colors_per_line: i32, colors: &[RGBA] )

Implementors§