Question
Getting the ID and the RGB array for the tag color of a XML tag
I need to get the array of double values eg: (124,255,255) for the tag color applied on XML tag.
Note that I need values for RGB color space only.
var color = oXMLTag.tagColor;
The above returned color is enumeration is most of the cases (RED,CYAN etc).
How can I get the double values for this color also the color ID.