Get the color of one pixel at Photoshop scripts
I am trying to figure out how to get the color of one defined Pixel. In my imagination its shoud look like: color = get.color.Pixel(x,y); Maybe someone can help me with this piece of code?
I am trying to figure out how to get the color of one defined Pixel. In my imagination its shoud look like: color = get.color.Pixel(x,y); Maybe someone can help me with this piece of code?
K basically I need to write a photoshop script that iterates through the selected layers and retrieve some information about them. if I can get an array of the selected layers I will be fine, I know how to do…