SoGLColorDepthInfo

InventorModule
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoUtils
definition utils.def
keywords OpenGL, render

Purpose

The SoGLColorDepthInfo module queries the current GL context for its color depth. This can be useful to ensure that e.g. 10bit are really supported.

Parameter Fields

Visible Fields

Alpha Bits

name: alphaBits, type: Integer, persistent: no

The number of alpha bits.

Red Bits

name: redBits, type: Integer, persistent: no

The number of red bits.

Green Bits

name: greenBits, type: Integer, persistent: no

The number of green bits.

Blue Bits

name: blueBits, type: Integer, persistent: no

The number of blue bits.