Re: Color Values in Quark
Re: Color Values in Quark
- Subject: Re: Color Values in Quark
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 23 Nov 2000 15:41:24 -0500
- Organization: [very little]
Xandra Lee wrote:
>
Subject: Color Values in Quark
>
Date: Thu, 23 Nov 2000 07:14:29 -0500
>
From: Xandra Lee <email@hidden>
>
To: "Hans Haesler" <email@hidden>, <email@hidden>
>
>
tell application "QuarkXPress"
>
CMYK color value of color spec "Magenta" of document 1
>
end tell
>
--> {0, 65535, 0, 0} ???
>
>
Why not {0,0,100,0}??
>
is there any way to get this returned as, or converted to percentage
>
values?
Wouldn't that be {0, 100, 0, 0}? To get percentages, multiply each item
of the list by 100 and divide by 65535.
Marc [11/23/00 3:36:23 PM]