Question
RGB values of Rectangle InDesign CS4 js
Hi,
I need to return RGB values of a Rectangle, but the fillColor gives me swatch ID only. How I can converted to RGB values.
var myRGB = myFrame.fillColor;
myRed = myRGB.id;
Thank you for your help.
Yulia