| View previous topic :: View next topic |
| Author |
Message |
dark_hex
Joined: 02 Dec 2009 Posts: 18
|
Posted: Sat Dec 05, 2009 6:51 am Post subject: Color |
|
|
| How do I get colors in my program? |
|
| Back to top |
|
 |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Dec 05, 2009 7:10 am Post subject: |
|
|
What do you mean?
For debug screen?
Here it is: pspDebugScreenSetTextColor(u32 color);
and, if I'm not wrong: pspDebugScreenSetBgColor(u32 color);
Color must be in HEX. |
|
| Back to top |
|
 |
dark_hex
Joined: 02 Dec 2009 Posts: 18
|
Posted: Sat Dec 05, 2009 7:32 am Post subject: |
|
|
| But just want to get a sentence with a color the rest is with other colors. |
|
| Back to top |
|
 |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Dec 05, 2009 10:50 am Post subject: |
|
|
| There is no function for it: you must chage color, print message, and change it back. |
|
| Back to top |
|
 |
|