Answered
Photoshop Scripting - Assign color to layerSets
Hi,
I've just started down the road of coding with Javascript and would love some help.
I've been searching all over and I can't seem to find a simple way to change the color of layerSets.
//Create OLD Folder
var grpOld = app.activeDocument.layerSets.add();
grpOld.name = "OLD";
grpOld.visible = 0;
In my code I'll like to add a line that just assigns the layerSet to the colors available i.e. no color, red, orange, yellow, green, blue, violet & gray.

Any help on this would be great,
Thanks.
