$image pixel color

Allows you to check the color value of a pixel.


Example

Running this code will check the color value of the pixel "0,0" in HEX format. As shown in the alert box, the color is "B9B9B9".

alert($plugin function("Image Automation.dll", "$image pixel color", "D:\\Automaxed\\Image Automation\\Color Print Test Image 28.jpg", "0,0", "HEX"))

Was this helpful?