Quantcast
Viewing all articles
Browse latest Browse all 85594

Creating Spot color in InDesign CS4, js

Hi,

 

I have this code:

 

try{
myColor = myDoc.colors.item("EMBOSS");
myName = myColor.name;
}
catch (e){
myColor = myDoc.colors.add({name:"EMBOSS", model:ColorModel.SPOT,
colorValue:[100, 0, 0, 0]});
}

 

But the color created still process. How do I change it to spot color.

 

 

Thank you.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 85594

Trending Articles