Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var newColor = new SolidColor;
  2. newColor.rgb.red = arr[3];
  3. newColor.rgb.green = arr[4];
  4. newColor.rgb.blue = arr[5];
  5. app.activeDocument.selection.selectAll();
  6. app.activeDocument.selection.fill(newColor);
  7. app.activeDocument.selection.deselect();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement