Akuma no Houkon
Certified Guru
- Joined
- Mar 4, 2004
- Messages
- 1,194
- Age
- 44
- Location
- USA > Washington > Everett
- Website
- akuma.gp32news.com
When I use GpLcdFade with a negative value the screen will fade out (as it should) but when I give it a positive value and the screen fades back in, the colors are all...well messed up. I am assuming this function does not actually fade the LCD but "darkens" the individual colors on screen, so fading them back in doesnt reverse the proccess, it just brightens up the dark colors, no? (same effect you get if you fade out an image in photoshop and try and fade it back in)
Now in the API documentation (English v 1.0) there exists a function GpLcdFadeBack which is supposed to keep track of the fade out so you can fade in properly, this function is not declared in the SDK header. In the API documentation (Korean v 2.0) this function doesnt exist anymore and if I try to declare it in my headers the compiler yells at me. And since I cannot read korean, I have no clue what is going on here.
Can someone give me a quick example of using the GpLcdFade to properly fade in/out the screen?
Now in the API documentation (English v 1.0) there exists a function GpLcdFadeBack which is supposed to keep track of the fade out so you can fade in properly, this function is not declared in the SDK header. In the API documentation (Korean v 2.0) this function doesnt exist anymore and if I try to declare it in my headers the compiler yells at me. And since I cannot read korean, I have no clue what is going on here.
Can someone give me a quick example of using the GpLcdFade to properly fade in/out the screen?