Frage
Get index of each pixel?
I'm new to Photoshop scripting (am using JavaScript) and was wondering how to get access to each pixel. I have tried doing things like:
var docRef = app.activeDocument
pixelRef = docRef.pixel[0]
Then I could (hopefully) access things like the pixel's color. Please help me!
