Re: Decimal precision in Photoshop's info palette
Re: Decimal precision in Photoshop's info palette
- Subject: Re: Decimal precision in Photoshop's info palette
- From: Martin Orpen <email@hidden>
- Date: Fri, 19 May 2006 14:26:29 +0100
On 19 May 2006, at 1:06 pm, Craig Sutherland wrote:
A quasi UI could be incorporated into Carl's revelation.
I'm not sure that the fact that Photoshop's Color Picker only allows
you to set 8-bit values whereas Photoshop will carry out calculations
with the equivalent of 15-bit + 1 level counts as a revelation? It's
been doing that since version 2.5 :-)
As the input dialogs in AppleScript are quite limited you'd be better
off using Xcode to wrap your script in an interface that allows you
to input 3 or 4 colour values at the same time.
Also, Carl's scripts don't need to be limited to RGB decimal values.
Photoshop will output the values in any of its colour classes:
tell application "Adobe Photoshop CS2" to convert color (get
foreground color) to Lab
Would work with CMYK, HSB and RGB Hex too.
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Colorsync-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden