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., 10-bit is actually supported.

Parameter Fields

Visible Fields

Alpha Bits

name: alphaBits, type: Integer, persistent: no

Shows the number of alpha bits.

Red Bits

name: redBits, type: Integer, persistent: no

Shows the number of red bits.

Green Bits

name: greenBits, type: Integer, persistent: no

Shows the number of green bits.

Blue Bits

name: blueBits, type: Integer, persistent: no

Shows the number of blue bits.