Clearing the alpha channel

Started by
-1 comments, last by KLM 22 years, 10 months ago
Hi! How do I clear the alpha channel, without having to cleart the RGB channels? I want to make a particel spray that is 50% transparent. However, I have a map, that I want 30% transparent. So I guess the only way to do that is to first sat the background alpha to 0.7f, then draw the map, then set background alpha to 0.5f, and draw the particles? Thanks. KLM

This topic is closed to new replies.

Advertisement