Allows you to change a specific color of an image.
Example
Running this code will replace the color "000000" to "FFFFFF" of the image "E:\Example Folder\Picture 1.jpg", saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image replace color", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 000000, "FFFFFF", 0)