Difference between revisions of "AlphaChannel"

From polycount
Jump to: navigation, search
(escaping categories)
(tools)
Line 6: Line 6:
  
 
Different image channels can be extracted by a [[:Category:Shaders|shader]] to use them for particular effects, like alpha for physics info, red channel for glow and green channel for specular and blue channel for sound types, etc. In this way, a bitmap can store more information than just RGB color.
 
Different image channels can be extracted by a [[:Category:Shaders|shader]] to use them for particular effects, like alpha for physics info, red channel for glow and green channel for specular and blue channel for sound types, etc. In this way, a bitmap can store more information than just RGB color.
 +
 +
== Tools ==
 +
* [http://helpx.adobe.com/photoshop/using/channel-basics.html Photoshop alpha channels]
 +
* [http://docs.gimp.org/en/gimp-channel-dialog.html Gimp alpha channels]
 +
* [http://www.polycount.com/forum/showthread.php?t=148082 Channel Shuffle]
  
 
----
 
----
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 11:49, 1 February 2015

An optional channel in the texture file that usually defines the transparency of the texture’s pixels.

It can also be used for other things like a height map or grey-scale specular map.

The alpha is usually anywhere from 1bit up to 8bits, depending on the amount of detail you need. Generally, the lower the bit depth you use, the more memory you save, but the less image quality you get. See Transparency map for more information, and some visual examples can be found on the Glossary page Transparency#Alpha_Bit_Depths.

Different image channels can be extracted by a shader to use them for particular effects, like alpha for physics info, red channel for glow and green channel for specular and blue channel for sound types, etc. In this way, a bitmap can store more information than just RGB color.

Tools


Personal tools
Namespaces

Variants
Actions
Navigation
Tools