I'm learning SDL right now.
What are the advantages of color keying? Isn't it better to use transparent PNGs instead? It's easier and you can even have semi-transparency.
>>1
It's useful for pixelart graphics and takes less bandwidth.
Name:
Anonymous2012-09-29 15:09
>>2
It probably is. I wonder how much quicker though.
Will I run into problems when trying to move around 100+ animated sprites? Actually, I guess I'll just try.
>>8
Sure. And I could be wrong on this, but you might need to set it to a different color mode that supports alpha transparency. If you only need "binary" transparency (opaque or transparent) color keying may be faster and use less memory.