SoGLGraphicConfigTemplateSetAccum Method (SoGraphicConfigTemplatePreferences, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Calls SetAccum(pref, minRedBits, minGreenBits, minBlueBits, minAlphaBits, maxRedBits, maxGreenBits, maxBlueBits, INT_MAX).
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetAccum(
SoGraphicConfigTemplatePreferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits,
int minAlphaBits,
int maxRedBits,
int maxGreenBits,
int maxBlueBits
)
Public Sub SetAccum (
pref As SoGraphicConfigTemplatePreferences,
minRedBits As Integer,
minGreenBits As Integer,
minBlueBits As Integer,
minAlphaBits As Integer,
maxRedBits As Integer,
maxGreenBits As Integer,
maxBlueBits As Integer
)
public:
void SetAccum(
SoGraphicConfigTemplatePreferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits,
int minAlphaBits,
int maxRedBits,
int maxGreenBits,
int maxBlueBits
)
member SetAccum :
pref : SoGraphicConfigTemplatePreferences *
minRedBits : int *
minGreenBits : int *
minBlueBits : int *
minAlphaBits : int *
maxRedBits : int *
maxGreenBits : int *
maxBlueBits : int -> unit
Parameters
- pref
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
- minRedBits
- Type: SystemInt32
- minGreenBits
- Type: SystemInt32
- minBlueBits
- Type: SystemInt32
- minAlphaBits
- Type: SystemInt32
- maxRedBits
- Type: SystemInt32
- maxGreenBits
- Type: SystemInt32
- maxBlueBits
- Type: SystemInt32
Remarks See Also