Difference between revisions of "User:Regina/MYDrafts6"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 6: Line 6:
 
| white || #FFFFFF || <span style="color:#FFFFFF">example</span> || white || TWHITE || COL_WHITE || nothing to do
 
| white || #FFFFFF || <span style="color:#FFFFFF">example</span> || white || TWHITE || COL_WHITE || nothing to do
 
|-
 
|-
| silver || #C0C0C0 || <span style="color:#C0C0C0">example</span> || -- || -- || COL_LIGHTGRAY || to be add as "silver"
+
| silver || #C0C0C0 || <span style="color:#C0C0C0">example</span> || -- || -- || COL_LIGHTGRAY || new StarMath color name "silver" added
 
|-
 
|-
| gray || #808080 || <span style="color:#808080">example</span> || -- || -- || COL_GRAY || to be add as "gray"
+
| gray || #808080 || <span style="color:#808080">example</span> || -- || -- || COL_GRAY || new StarMath color name "gray" added
 
|-
 
|-
 
| black || #000000 || <span style="color:#000000">example</span> || black || TBLACK || COL_BLACK || nothing to do
 
| black || #000000 || <span style="color:#000000">example</span> || black || TBLACK || COL_BLACK || nothing to do
 
|-
 
|-
| red || #FF0000 || <span style="color:#FF0000">example</span> || -- || -- || COL_LIGHTRED || ? conflict with StarMath "red"
+
| red || #FF0000 || <span style="color:#FF0000">example</span> || -- || -- || COL_LIGHTRED || ? conflict with StarMath "red" <br />
 +
→ StarMath "red" is now rendered as html-color-name "red"
 
|-
 
|-
| maroon || #800000 || <span style="color:#800000">example</span> || red || TRED || COL_RED || ? rendering is "maroon", AOO file save is "red"
+
| maroon || #800000 || <span style="color:#800000">example</span> || red || TRED || COL_RED || ? rendering is "maroon", AOO file save is "red"<br />→ new StarMath color name "maroon" added
 
|-
 
|-
 
| yellow || #FFFF00 || <span style="color:#FFFF00">example</span> || yellow || TYELLOW || COL_YELLOW || nothing to do
 
| yellow || #FFFF00 || <span style="color:#FFFF00">example</span> || yellow || TYELLOW || COL_YELLOW || nothing to do
 
|-
 
|-
| olive || #808000 || <span style="color:#808000">example</span> || -- || -- || COL_BROWN || to be add as "olive"
+
| olive || #808000 || <span style="color:#808000">example</span> || -- || -- || COL_BROWN || new StarMath color name "olive" added
 
|-
 
|-
| lime || #00FF00 || <span style="color:#00FF00">example</span> || -- || -- || COL_LIGHTGREEN || to be add as "lime"
+
| lime || #00FF00 || <span style="color:#00FF00">example</span> || -- || -- || COL_LIGHTGREEN || new StarMath color name "lime" added
 
|-
 
|-
 
| green || #008000 || <span style="color:#008000">example</span> || green || TGREEN || COL_GREEN || nothing to do
 
| green || #008000 || <span style="color:#008000">example</span> || green || TGREEN || COL_GREEN || nothing to do
 
|-
 
|-
| aqua || #00FFFF || <span style="color:#00FFFF">example</span> || -- || -- || COL_LIGHTCYAN || ? conflict with StarMath "cyan"
+
| aqua || #00FFFF || <span style="color:#00FFFF">example</span> || -- || -- || COL_LIGHTCYAN || ? conflict with StarMath "cyan"<br />→ new StarMath color name "aqua" added
 
|-
 
|-
| teal || #008080 || <span style="color:#008080">example</span> || cyan || TCYAN || COL_CYAN || ? rendering is "teal", AOO file save is "aqua"  
+
| teal || #008080 || <span style="color:#008080">example</span> || cyan || TCYAN || COL_CYAN || ? rendering is "teal", AOO file save is "aqua"<br />→ new StarMath color name "teal" added, color name "cyan" is kept with wrong rendering for compatibility
 
|-
 
|-
| blue || #0000FF || <span style="color:#0000FF">example</span> || -- || -- || COL_LIGHTBLUE || ? conflict with StarMath "blue"
+
| blue || #0000FF || <span style="color:#0000FF">example</span> || -- || -- || COL_LIGHTBLUE || ? conflict with StarMath "blue"<br />→ StarMath "blue" is now rendered as html-color-name "blue"
 
|-
 
|-
| navy || #000080 || <span style="color:#000080">example</span> || blue || TBLUE || COL_BLUE || ? rendering is "navy", AOO file save is "blue"
+
| navy || #000080 || <span style="color:#000080">example</span> || blue || TBLUE || COL_BLUE || ? rendering is "navy", AOO file save is "blue"<br />→ new StarMath color name "navy" added
 
|-
 
|-
| fuchsia || #FF00FF || <span style="color:#FF00FF">example</span> || -- || -- || COL_LIGHTMAGENTA || ? conflict with StarMath "magenta"
+
| fuchsia || #FF00FF || <span style="color:#FF00FF">example</span> || -- || -- || COL_LIGHTMAGENTA || ? conflict with StarMath "magenta"<br />→ new StarMath color name "fuchsia" added
 
|-
 
|-
| purple || #800080 || <span style="color:#800080">example</span> || magenta || TMAGENTA || COL_MAGENTA || ? rendering is "purple", AOO file save is "fuchsia"
+
| purple || #800080 || <span style="color:#800080">example</span> || magenta || TMAGENTA || COL_MAGENTA || ? rendering is "purple", AOO file save is "fuchsia"<br />→ new StarMath color name "purple" added, color name "magenta" is kept with wrong rendering for compatibility
 
|}
 
|}

Latest revision as of 20:54, 23 October 2014

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
Personal tools