Advertisement

Can someone please explain to me the alpha channel

Started by January 28, 2002 02:15 AM
0 comments, last by executor_2k2 22 years, 9 months ago
In my particle system engine that i''m creating, I use TGA files for the particle textures. I would like to know how to use the alpha channel in my textures. For instance, if I am using a basic solid circle for one of my particles, how do i set photoshop up so that when I load the TGA in my particle system only the circle will show and not the background stuff? Thank you.
Well, that was a waste of 2 minutes of my life. Now I have to code faster to get 'em back...
Alpha == 1 : 100% opaque
Alpha == 0 : 100% transparent (no color)

How to setup photoshop : I don''t know, I don''t have photoshop. Find a way to convert whatever format the data has in memory to RGBA before saving. If you''re writing the TGA loader yourself, knowing the specs may help.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement