pub trait ImageBlendSetWidgetSetExt {
// Required methods
fn image_blend_set(&self, paths: &[&[LiveId]]) -> ImageBlendSet;
fn as_image_blend_set(&self) -> ImageBlendSet;
}
pub trait ImageBlendSetWidgetSetExt {
// Required methods
fn image_blend_set(&self, paths: &[&[LiveId]]) -> ImageBlendSet;
fn as_image_blend_set(&self) -> ImageBlendSet;
}