https://issues.apache.org/ooo/show_bug.cgi?id=118191

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from [email protected] ---
why is this a problem with red but not with green, blue, magenta, cyan?
currently we use the following colors in math:

main/starmath/source/node.cxx Line 2126: (color codes from  
main/tools/inc/tools/color.hxx)
> case TBLACK :         SetColor(Color(COL_BLACK));     break; //0x000000
> case TWHITE :         SetColor(Color(COL_WHITE));     break; //0xffffff
> case TRED :           SetColor(Color(COL_RED));       break; //0x800000
> case TGREEN :         SetColor(Color(COL_GREEN));     break; //0x008000
> case TBLUE :          SetColor(Color(COL_BLUE));      break; //0x000080
> case TCYAN :          SetColor(Color(COL_CYAN));      break; //0x008080
> case TMAGENTA :       SetColor(Color(COL_MAGENTA));   break; //0x800080
> case TYELLOW :        SetColor(Color(COL_YELLOW));    break; //0xffff00

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to