sg.setColor(DIMMED);
sg.fillRect(0, 0, width, height);
} else {
sg.setComposite(java.awt.AlphaComposite.Clear);
sg.setColor(DIMMED);
sg.fillRect(0, 0, width, height);
}
if (wrap) {
topology.wrapDrawable(this, sg, xcor, ycor, spotlightSize, patchSize);
} else {