pub trait ImageBlendWidgetRefExt {
// Required methods
fn image_blend(&self, path: &[LiveId]) -> ImageBlendRef;
fn as_image_blend(&self) -> ImageBlendRef;
}
pub trait ImageBlendWidgetRefExt {
// Required methods
fn image_blend(&self, path: &[LiveId]) -> ImageBlendRef;
fn as_image_blend(&self) -> ImageBlendRef;
}