SoGLGraphicConfigTemplateSetFloatRGBAColor Method (SoGraphicConfigTemplatePreferences, Int32, Int32, Int32) |
Calls SetFloatRGBAColor(pref, minFloatRedBits, minFloatGreenBits, minFloatBlueBits, 15, 16, 16, 16, 16).
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetFloatRGBAColor(
SoGraphicConfigTemplatePreferences pref,
int minFloatRedBits,
int minFloatGreenBits,
int minFloatBlueBits
)
Public Sub SetFloatRGBAColor (
pref As SoGraphicConfigTemplatePreferences,
minFloatRedBits As Integer,
minFloatGreenBits As Integer,
minFloatBlueBits As Integer
)
public:
void SetFloatRGBAColor(
SoGraphicConfigTemplatePreferences pref,
int minFloatRedBits,
int minFloatGreenBits,
int minFloatBlueBits
)
member SetFloatRGBAColor :
pref : SoGraphicConfigTemplatePreferences *
minFloatRedBits : int *
minFloatGreenBits : int *
minFloatBlueBits : int -> unit
Parameters
- pref
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
- minFloatRedBits
- Type: SystemInt32
- minFloatGreenBits
- Type: SystemInt32
- minFloatBlueBits
- Type: SystemInt32
Remarks See Also