Click or drag to resize
SoGLGraphicConfigGetRGBAColor Method

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void GetRGBAColor(
	out int redBits,
	out int greenBits,
	out int blueBits,
	out int alphaBits
)

Parameters

redBits
Type: SystemInt32
greenBits
Type: SystemInt32
blueBits
Type: SystemInt32
alphaBits
Type: SystemInt32
Remarks

Returns the color depth (red, green, blue, and alpha). If (red/green/blue/alpha)Bits are equal to 0, then the OpenGL graphics configuration does not support RGBA mode.

See Also