Difference between revisions of "Chromakey"

From polycount
Jump to: navigation, search
m (1 revision)
(Undo revision 5143 by Caustic (talk))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
Chroma key in games is another term for [[BitDepth|1-bit]] transparency.
{{:[[OutOfDate]]}}
+
  
= Chroma Key =
+
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.
  
A [[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 [[RT3D]], it 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 [[Sprite|sprites]].
+
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]]
 
[[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