I am using the following command:
int rgb = richTextRun.getFontColor(); Color myColor = new Color(rgb); When I call the methods getRed() or getBlue() on myColor, I get the wrong values (red comes out as blue, and blue comes out as red. Green is fine). Am I doing something wrong? Or is this a known bug? What should I do? Just exchange red and green? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/