Fastest way to fill screen with black - SDK?
Hi gang;
To date, I have been iterating over every pixel for most of my functions. This has been fine but I think it's a lot slower for certain functions such as just filling the screen with a solid color and alpha.
I understand PF_FILL and PF_COPY are ideal for this but again, the documentation lacks any and all instructions on usage.
Could anyone kindly show how to use those to fill the screen quickly with a solid and alpha? I tried searching but the new forum makes it a lot tougher to find any relevant information now.
I should mention I am using an old SDK so before I assign blame, perhaps the newer ones have more info on these functions.
Thanks in advance!
-Rich