Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
dark_hex
- Posts: 18
- Joined: Wed Dec 02, 2009 3:00 am
Post
by dark_hex »
How do I get colors in my program?
-
Draan
- Posts: 48
- Joined: Sat Oct 17, 2009 3:39 am
Post
by Draan »
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.
-
dark_hex
- Posts: 18
- Joined: Wed Dec 02, 2009 3:00 am
Post
by dark_hex »
But just want to get a sentence with a color the rest is with other colors.
-
Draan
- Posts: 48
- Joined: Sat Oct 17, 2009 3:39 am
Post
by Draan »
There is no function for it: you must chage color, print message, and change it back.