Re: CMYK in QuarkXpress
Re: CMYK in QuarkXpress
- Subject: Re: CMYK in QuarkXpress
- From: "Vince Jelenic" <email@hidden>
- Date: Thu, 10 May 2001 14:45:32 -0500
>
From: Alberto Salvagnini <email@hidden>
>
>
I am looking, better trying to get the CMYK numbers from a color (or
>
from all colors in a Quark Document)
>
if I write:
>
get RGB color value of color spec "Cyan" of document 1
>
I get the result:
>
{485, 41052, 50824} which is ok
>
>
but if I write:
>
get CMWY color value of color spec "Cyan" of document 1
>
I get the result:
>
+data cCMY0000FFFF00000000;
this works fine.
tell application "QuarkXPress"
get CMYK color value of color spec "RED" of document 1
end tell
--> {0, 65278, 64764, 0}
just a typo? (
>
CMWY
instead of CMYK ?)
------ Vince Jelenic says:
"The only way to really ensure server security is to lock it in a sealed
room with the power off."