setting Foreground and background colors

This area contains the messages from the old Yahoo gcmac group after the port.
Post Reply
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

setting Foreground and background colors

Post by Robert Poland »

Hi,I'm getting tired of having to reset the Foreground and background color every time I open a new picture. Would like to be able to set it with Applescript. Seems like some part of this should work, but all I get are errors.tell application "GraphicConverter" activate tell window "toolbox" -- minimize color table -- change colors to bit depth 32 -- set x to get (background color) -- set foreground color to {class:RGB color, red:0, green:0, blue:0} -- set (RGB Sliders (background color )) to {0, 0, 0} -- {65535, 65535, 65535} -- set background color to {class:RGB color, red:255, green:255, blue:255} end tellend tellAny ideas, anyone?Tia,Robert Polandrpoland@usa.net
Post Reply