{
if (flavors.contains(ModelerFlavors.COLOR))
{
// Use the whole figure as target
WorkspaceDrawingView view = getDrawing().getView();
Rectangle r = view.applyScale(displayBox(), false);
return Collections.singletonList(new ViewDropRegion(REGION_COLOR, this, r, view));
}
return null;
}