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.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic void SetAccum(
SoGraphicConfigTemplate. Preferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits,
int minAlphaBits,
int maxRedBits
)
Public Sub SetAccum (
pref As SoGraphicConfigTemplate.Preferences,
minRedBits As Integer,
minGreenBits As Integer,
minBlueBits As Integer,
minAlphaBits As Integer,
maxRedBits As Integer
)
public:
void SetAccum(
SoGraphicConfigTemplate. Preferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits,
int minAlphaBits,
int maxRedBits
)
member SetAccum :
pref : SoGraphicConfigTemplate. Preferences *
minRedBits : int *
minGreenBits : int *
minBlueBits : int *
minAlphaBits : int *
maxRedBits : int -> unit
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
See Also