Table of Contents

The Alpha channel is a grayscale image that stores the transparency of objects in the scene. 

 

Overview


The Alpha channel shows the transparency of objects in the scene as grayscale colors. Solid geometry is represented by solid white, while those areas not blocked by geometry within the scene are black. Pixels at anti-aliased edges have varying shades of gray, as do semi-transparent surfaces.

The Alpha pass is generated automatically when rendering with V-Ray.

 

 

UI Path


||Node Editor|| > Add > Render Channels > Color Channel > Type > Alpha


 

Common Uses


The Alpha channel is primarily used as a mask to enable other elements to be placed behind the Beauty composite, such as the Background Render Channel.

 

 

Beauty Render Element without Background Render Element

Alpha Channel 

New Beauty composite with the Background Render Element behind the original Beauty composite

 

Notes


  • When using transparent materials such as glass, make sure that the material is set up to treat the material as transparent with regard to the Alpha channel. For example, when using V-Ray Material as the material, set the Affect channels parameter for both Reflection and Refraction to Color+alpha or All channels. Otherwise, the transparent surface will not be treated as transparent in the Alpha Render Channel.