check pantone color
Hi
any one give me a syntax to check pantone color
eg (list.fillColor=="[CMYKColor]")
like that how to find pantone color
and how to get the name of the pantone used
Thank you
Appu
Hi
any one give me a syntax to check pantone color
eg (list.fillColor=="[CMYKColor]")
like that how to find pantone color
and how to get the name of the pantone used
Thank you
Appu
surendarappu wrote:
syntax to check pantone color eg (list.fillColor=="[CMYKColor]") like that how to find pantone color and how to get the name of the pantone used
if (sel.fillColor == "[SpotColor]") {
// or...
// if (sel.fillColor.typename == "SpotColor") {
alert(sel.fillColor.spot.name);
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.