I want to create a script that get an .aco file
with for example five colors inside
and in an opened document in photoshop the script creates five solid color fill layers
and the name of the layer is the hex code of that color
would you help me
swatches
-
Paul MR
swatches
I know nothing about swatchs, but have had a go. The following code is using Xbytors ColorSwatches.jsx and Stream.js from his xtools
bb/viewtopic.php?f=25&t=5010
I have slightly modified the code, this now prompts for an external swatch (aco) file and will/should create solid colour layers in the open document of all the colours it finds. (A new document will be created if one is not open) the layer name is the hex number of the colour.
bb/viewtopic.php?f=25&t=5010
I have slightly modified the code, this now prompts for an external swatch (aco) file and will/should create solid colour layers in the open document of all the colours it finds. (A new document will be created if one is not open) the layer name is the hex number of the colour.