Click or drag to resize
SoGLGraphicConfigTemplate.SetRGBAColor Method (SoGraphicConfigTemplate.Preferences, 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: 9.9.13.0 (9.9.13.0)
Syntax
public void SetRGBAColor(
	SoGraphicConfigTemplate. Preferences pref,
	int minRedBits,
	int minGreenBits,
	int minBlueBits
)

Parameters

pref
Type: OIV.Inventor.Components.SoGraphicConfigTemplate.Preferences
minRedBits
Type: System.Int32
minGreenBits
Type: System.Int32
minBlueBits
Type: System.Int32
Remarks