Click or drag to resize
SoGLGraphicConfigTemplate.SetAccum Method (SoGraphicConfigTemplate.Preferences, Int32, Int32, Int32, Int32, Int32)
Calls SetAccum(pref, minRedBits, minGreenBits, minBlueBits, minAlphaBits, maxRedBits, INT_MAX, INT_MAX, INT_MAX).

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetAccum(
	SoGraphicConfigTemplate. Preferences pref,
	int minRedBits,
	int minGreenBits,
	int minBlueBits,
	int minAlphaBits,
	int maxRedBits
)

Parameters

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