pub trait ColorPickerSetWidgetExt {
// Required method
fn color_picker_set(&mut self, paths: &[&[LiveId]]) -> ColorPickerSet;
}pub trait ColorPickerSetWidgetExt {
// Required method
fn color_picker_set(&mut self, paths: &[&[LiveId]]) -> ColorPickerSet;
}