Photoshop script to get the color of a solid fill layer?

Posted by gruner on Stack Overflow See other posts from Stack Overflow or by gruner
Published on 2010-03-19T16:09:14Z Indexed on 2010/03/19 16:11 UTC
Read the original article Hit count: 394

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about photoshop

Related posts about scripting