Click or drag to resize
SoGLGraphicConfigTemplateGetFloatRGBAColor Method

Returns the float color preferences.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGraphicConfigTemplatePreferences GetFloatRGBAColor(
	out int minFloatRedBits,
	out int minFloatGreenBits,
	out int minFloatBlueBits,
	out int minFloatAlphaBits,
	out int maxFloatRedBits,
	out int maxFloatGreenBits,
	out int maxFloatBlueBits,
	out int maxFloatAlphaBits
)

Parameters

minFloatRedBits
Type: SystemInt32
minFloatGreenBits
Type: SystemInt32
minFloatBlueBits
Type: SystemInt32
minFloatAlphaBits
Type: SystemInt32
maxFloatRedBits
Type: SystemInt32
maxFloatGreenBits
Type: SystemInt32
maxFloatBlueBits
Type: SystemInt32
maxFloatAlphaBits
Type: SystemInt32

Return Value

Type: SoGraphicConfigTemplatePreferences
Remarks

See Also