SoGLGraphicConfigTemplateGetFloatRGBAColor Method |
Returns the float color preferences.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoGraphicConfigTemplatePreferences GetFloatRGBAColor(
out int minFloatRedBits,
out int minFloatGreenBits,
out int minFloatBlueBits,
out int minFloatAlphaBits,
out int maxFloatRedBits,
out int maxFloatGreenBits,
out int maxFloatBlueBits,
out int maxFloatAlphaBits
)
Public Function GetFloatRGBAColor (
<OutAttribute> ByRef minFloatRedBits As Integer,
<OutAttribute> ByRef minFloatGreenBits As Integer,
<OutAttribute> ByRef minFloatBlueBits As Integer,
<OutAttribute> ByRef minFloatAlphaBits As Integer,
<OutAttribute> ByRef maxFloatRedBits As Integer,
<OutAttribute> ByRef maxFloatGreenBits As Integer,
<OutAttribute> ByRef maxFloatBlueBits As Integer,
<OutAttribute> ByRef maxFloatAlphaBits As Integer
) As SoGraphicConfigTemplatePreferences
public:
SoGraphicConfigTemplatePreferences GetFloatRGBAColor(
[OutAttribute] int% minFloatRedBits,
[OutAttribute] int% minFloatGreenBits,
[OutAttribute] int% minFloatBlueBits,
[OutAttribute] int% minFloatAlphaBits,
[OutAttribute] int% maxFloatRedBits,
[OutAttribute] int% maxFloatGreenBits,
[OutAttribute] int% maxFloatBlueBits,
[OutAttribute] int% maxFloatAlphaBits
)
member GetFloatRGBAColor :
minFloatRedBits : int byref *
minFloatGreenBits : int byref *
minFloatBlueBits : int byref *
minFloatAlphaBits : int byref *
maxFloatRedBits : int byref *
maxFloatGreenBits : int byref *
maxFloatBlueBits : int byref *
maxFloatAlphaBits : int byref -> SoGraphicConfigTemplatePreferences
Parameters
- minFloatRedBits
- Type: SystemInt32
- minFloatGreenBits
- Type: SystemInt32
- minFloatBlueBits
- Type: SystemInt32
- minFloatAlphaBits
- Type: SystemInt32
- maxFloatRedBits
- Type: SystemInt32
- maxFloatGreenBits
- Type: SystemInt32
- maxFloatBlueBits
- Type: SystemInt32
- maxFloatAlphaBits
- Type: SystemInt32
Return Value
Type:
SoGraphicConfigTemplatePreferencesRemarks See Also