Is there a way in apple script without using a scirptable application, to display the color wheel dialog and have a color returned. Any of the available osaxen would be fine.
Kevin
Is there a way in apple script without using a scirptable application, to display the color wheel dialog and have a color returned. Any of the available osaxen would be fine.
Kevin
Jon’s Commands scripting addition can do this. Something like:
choose color “Choose a color:” starting color {14726, 37089, 45000}
gl,