Copy link to clipboard
Copied
Is this a lost cause. Just wondering. Because I have tried this several different ways and have been unsuccessful.
// 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);
Copy link to clipboard
Copied
I am using CC 2018