Is this a lost cause. Just wondering. Because I have tried this several different ways and have been unsuccessful. var myIDinfo = new Window("palette", "Imaging_Tool_1.2b"); // var applyGFX = myIDinfo.graphics; // var applyGFX_bgColor = applyGFX.newPen(applyGFX.BrushType.SOLID_COLOR, [0, 1, 0], 1); myIDinfo.graphics.backgroundColor = myIDinfo.graphics.newBrush(myIDinfo.graphics.BrushType.SOLID_COLOR, [0.9, 0.7, 0.7], 1);
... View more