Question

I'm trying to write a Photoshop jsx script for extracting color values from a PSD template. The colors are defined as separate fill layers that I'd like to be able to loop through and create a hash of {layer_name: #hex_color} values. I'm not finding any documentation on reading the color value of the fill layer.

Was it helpful?

Solution

I found my answer on this thread.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top