> You need to explain more of what you are trying to accomplish, and with
> which programs.
ok sorry :)
want to use applescript to get color+alpha components (i'm writing a script for
configure a little utility)
one of feature of this utility need: RRGGBBAA colour (rgb+a)
in applescript i can use "choose color" for get rgb but can't find a way for set
alpha components
the result I get is: RRGGBBAA
after i can use it in do shell script "defaults write etc etc -data RRGGBBAA"