Difference between revisions of "Chromakey"

From polycount
Jump to: navigation, search
(Redirected page to Glossary#Chroma Key)
(Undo revision 5143 by Caustic (talk))
 
Line 1: Line 1:
#REDIRECT [[Glossary#Chroma_Key]]
+
Chroma key in games is another term for [[BitDepth|1-bit]] transparency.
 +
 
 +
In the film & video worlds, chromakey means to "key" to a particular color and make it transparent, like with bluescreening. In games it usually means to make a particular [[RGB]] color in a texture 100% transparent, and all other colors 100% opaque.
 +
 
 +
It's a cheap way to get transparency, since you don't need an [[AlphaChannel|alpha channel]]. However it means the transparency has a rough pixelized edge. A good color to designate for chromakey is one that you won't be using elsewhere in your textures, like magenta (1,0,1). Whatever the color you decide, all textures in the engine will use that same color for chromakey.
 +
 
 +
See also [[Billboard]].
 +
----
 +
[[Category:Glossary]]

Latest revision as of 21:00, 14 February 2015

Chroma key in games is another term for 1-bit transparency.

In the film & video worlds, chromakey means to "key" to a particular color and make it transparent, like with bluescreening. In games it usually means to make a particular RGB color in a texture 100% transparent, and all other colors 100% opaque.

It's a cheap way to get transparency, since you don't need an alpha channel. However it means the transparency has a rough pixelized edge. A good color to designate for chromakey is one that you won't be using elsewhere in your textures, like magenta (1,0,1). Whatever the color you decide, all textures in the engine will use that same color for chromakey.

See also Billboard.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools