| View previous topic :: View next topic |
| Author |
Message |
igillan
Joined: 24 Nov 2006 Posts: 60
|
Posted: Tue May 01, 2007 6:02 pm Post subject: questions about color mode |
|
|
Hi
1. What is the difference between "nxcolor" and "pxcolor" ?
2. Is it possible, in one word change color like e.g.
Speed
thx igillan |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Tue May 01, 2007 11:38 pm Post subject: |
|
|
Hi..
1) nxcolor/pxcolor is used for variables that represent change (like spd-d etc) - nxcolor is used when change is negative and vice versa... I have to admit I'm not sure it works for bitmap fonts now..
2) no  |
|
| Back to top |
|
 |
igillan
Joined: 24 Nov 2006 Posts: 60
|
Posted: Wed May 02, 2007 10:30 am Post subject: |
|
|
and in one area like similarly this
| Code: |
<area x="0" y="50" w="132" h="72" font="72px" align="right" color="ff0000">
<value>{spd}</value>
</area>
<area x="132" y="54" w="40" h="20" color="0000ff">
<value>[km/h]</value>
</area>
|
|
|
| Back to top |
|
 |
|