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.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRGBAColor(
SoGraphicConfigTemplate. Preferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits
)
Public Sub SetRGBAColor (
pref As SoGraphicConfigTemplate.Preferences,
minRedBits As Integer,
minGreenBits As Integer,
minBlueBits As Integer
)
public:
void SetRGBAColor(
SoGraphicConfigTemplate. Preferences pref,
int minRedBits,
int minGreenBits,
int minBlueBits
)
member SetRGBAColor :
pref : SoGraphicConfigTemplate. Preferences *
minRedBits : int *
minGreenBits : int *
minBlueBits : int -> unit
Parameters
- pref
- Type: OIV.Inventor.Components.SoGraphicConfigTemplate.Preferences
- minRedBits
- Type: System.Int32
- minGreenBits
- Type: System.Int32
- minBlueBits
- Type: System.Int32
Remarks
See Also