siRenderRegionDisplayType
 
 
 

siRenderRegionDisplayType

Introduced

v6.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
siRenderRegionDisplayRGBA 0 Show the full RGB contents of the framebuffer, alpha composed on top of the viewport's contents.
siRenderRegionDisplayRGB 1 Show the full RGB contents of the framebuffer with no alpha compositing.
siRenderRegionDisplayAlpha 2 Show only the alpha channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayRed 3 Show only the red channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayGreen 4 Show only the green channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayBlue 5 Show only the blue channel of the framebuffer with no alpha compositing.

Applies To

RenderRegionSetDisplayType