• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Change CMYK to spot color in Illustrator?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Change CMYK to spot color in Illustrator?


  • Subject: Change CMYK to spot color in Illustrator?
  • From: john mead <email@hidden>
  • Date: Tue, 16 Jul 2002 13:15:33 -0700 (PDT)

Hi,

I'm trying to set an Illustrator page item's fill
color from CMYK to a spot color and I can't get the
syntax correct. This is what I've got so far:

tell application "Adobe Illustrator 10"
activate
set myLayer to current layer of current document
repeat with j from (number of page items in myLayer)
to 1 by -1
set myColor to (fill color of properties of page
item j of myLayer)
if (myColor as text) contains "CMYK" then
--change the fill color of ths item to a spot color
end if
end repeat
end tell

..so I can target the items with the CMYK fill colors,
but don't know how to reset the item's fill color to a
spot color. Can anyone help me with the syntax here?

Thanks
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Change CMYK to spot color in Illustrator?
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: Login password
  • Next by Date: Re: Passing *possible* variables to a handler
  • Previous by thread: Re: Login password
  • Next by thread: Re: Change CMYK to spot color in Illustrator?
  • Index(es):
    • Date
    • Thread