Introduced
6.0
Description
This enumeration represents the list of display types for the render region. These display types affect any framebuffer being viewed.
C# Syntax
siRenderRegionDisplayType.siRenderRegionDisplayRGBA // 0 siRenderRegionDisplayType.siRenderRegionDisplayRGB // 1 siRenderRegionDisplayType.siRenderRegionDisplayAlpha // 2 siRenderRegionDisplayType.siRenderRegionDisplayRed // 3 siRenderRegionDisplayType.siRenderRegionDisplayGreen // 4 siRenderRegionDisplayType.siRenderRegionDisplayBlue // 5
|
Constant |
Value |
Description |
|
0 |
Show the full RGB contents of the framebuffer, alpha composed on top of the viewport's contents. |
|
|
1 |
Show the full RGB contents of the framebuffer with no alpha compositing. |
|
|
2 |
Show only the alpha channel of the framebuffer with no alpha compositing. |
|
|
3 |
Show only the red channel of the framebuffer with no alpha compositing. |
|
|
4 |
Show only the green channel of the framebuffer with no alpha compositing. |
|
|
5 |
Show only the blue channel of the framebuffer with no alpha compositing. |
Applies To
Autodesk Softimage v7.5