Click or drag to resize
SoGLGraphicConfigTemplateSetRGBAColor Method (SoGraphicConfigTemplatePreferences, Int32, Int32, Int32)
Calls SetRGBAColor(pref, minRedBits, minGreenBits, minBlueBits, System.Int32(0), INT_MAX, INT_MAX, INT_MAX, INT_MAX).

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetRGBAColor(
	SoGraphicConfigTemplatePreferences pref,
	int minRedBits,
	int minGreenBits,
	int minBlueBits
)

Parameters

pref
Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
minRedBits
Type: SystemInt32
minGreenBits
Type: SystemInt32
minBlueBits
Type: SystemInt32
Remarks