User:Regina/MYDrafts6
From Apache OpenOffice Wiki
Comparison of color names
| html-color-name | rgb | example | StarMath grammar | StarMath token | enum | solution |
|---|---|---|---|---|---|---|
| white | #FFFFFF | example | white | TWHITE | COL_WHITE | nothing to do |
| silver | #C0C0C0 | example | -- | -- | COL_LIGHTGRAY | new StarMath color name "silver" added |
| gray | #808080 | example | -- | -- | COL_GRAY | new StarMath color name "gray" added |
| black | #000000 | example | black | TBLACK | COL_BLACK | nothing to do |
| red | #FF0000 | example | -- | -- | COL_LIGHTRED | ? conflict with StarMath "red" → StarMath "red" is now rendered as html-color-name "red" |
| maroon | #800000 | example | red | TRED | COL_RED | ? rendering is "maroon", AOO file save is "red" → new StarMath color name "maroon" added |
| yellow | #FFFF00 | example | yellow | TYELLOW | COL_YELLOW | nothing to do |
| olive | #808000 | example | -- | -- | COL_BROWN | new StarMath color name "olive" added |
| lime | #00FF00 | example | -- | -- | COL_LIGHTGREEN | new StarMath color name "lime" added |
| green | #008000 | example | green | TGREEN | COL_GREEN | nothing to do |
| aqua | #00FFFF | example | -- | -- | COL_LIGHTCYAN | ? conflict with StarMath "cyan" → new StarMath color name "aqua" added |
| teal | #008080 | example | cyan | TCYAN | COL_CYAN | ? rendering is "teal", AOO file save is "aqua" → new StarMath color name "teal" added, color name "cyan" is kept with wrong rendering for compatibility |
| blue | #0000FF | example | -- | -- | COL_LIGHTBLUE | ? conflict with StarMath "blue" → StarMath "blue" is now rendered as html-color-name "blue" |
| navy | #000080 | example | blue | TBLUE | COL_BLUE | ? rendering is "navy", AOO file save is "blue" → new StarMath color name "navy" added |
| fuchsia | #FF00FF | example | -- | -- | COL_LIGHTMAGENTA | ? conflict with StarMath "magenta" → new StarMath color name "fuchsia" added |
| purple | #800080 | example | magenta | TMAGENTA | COL_MAGENTA | ? rendering is "purple", AOO file save is "fuchsia" → new StarMath color name "purple" added, color name "magenta" is kept with wrong rendering for compatibility |