community, please advise
I am coding a "fade-intro" which is basically a black background where I want a multi-colored bitmap font to fade to/from black (much like credits on games etc)
What's the best way to achieve this? creating fixed bitmap images for each "credit" and fade that or create a complete colored font then use a lookup-table to display credits, and then "fade".
I am looking for the most CPU effecient way, and if anyone has coded something similar I am interested in looking at your code. When I search for "fade" in these forums I get A LOT of results, but not two are alike (obviously, people code differently).
Any advice?
I am coding a "fade-intro" which is basically a black background where I want a multi-colored bitmap font to fade to/from black (much like credits on games etc)
What's the best way to achieve this? creating fixed bitmap images for each "credit" and fade that or create a complete colored font then use a lookup-table to display credits, and then "fade".
I am looking for the most CPU effecient way, and if anyone has coded something similar I am interested in looking at your code. When I search for "fade" in these forums I get A LOT of results, but not two are alike (obviously, people code differently).
Any advice?