SoGLColorDepthInfo¶
- InventorModule¶
author
package
dll
definition
keywords
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.