pub trait ColorPickerWidgetRefExt {
// Required methods
fn color_picker(&self, path: &[LiveId]) -> ColorPickerRef;
fn as_color_picker(&self) -> ColorPickerRef;
}
pub trait ColorPickerWidgetRefExt {
// Required methods
fn color_picker(&self, path: &[LiveId]) -> ColorPickerRef;
fn as_color_picker(&self) -> ColorPickerRef;
}