Click or drag to resize
SoGLGraphicConfigGetFloatRGBAColor Method

Returns the floating point color depth (red, green, blue, and alpha).

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetFloatRGBAColor(
	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

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

See Also