SoGLGraphicConfigTemplateSetFloatRGBAColor Method (SoGraphicConfigTemplatePreferences, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Sets 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 void SetFloatRGBAColor(
SoGraphicConfigTemplatePreferences pref,
int minFloatRedBits,
int minFloatGreenBits,
int minFloatBlueBits,
int minFloatAlphaBits,
int maxFloatRedBits,
int maxFloatGreenBits,
int maxFloatBlueBits,
int maxFloatAlphaBits
)
Public Sub SetFloatRGBAColor (
pref As SoGraphicConfigTemplatePreferences,
minFloatRedBits As Integer,
minFloatGreenBits As Integer,
minFloatBlueBits As Integer,
minFloatAlphaBits As Integer,
maxFloatRedBits As Integer,
maxFloatGreenBits As Integer,
maxFloatBlueBits As Integer,
maxFloatAlphaBits As Integer
)
public:
void SetFloatRGBAColor(
SoGraphicConfigTemplatePreferences pref,
int minFloatRedBits,
int minFloatGreenBits,
int minFloatBlueBits,
int minFloatAlphaBits,
int maxFloatRedBits,
int maxFloatGreenBits,
int maxFloatBlueBits,
int maxFloatAlphaBits
)
member SetFloatRGBAColor :
pref : SoGraphicConfigTemplatePreferences *
minFloatRedBits : int *
minFloatGreenBits : int *
minFloatBlueBits : int *
minFloatAlphaBits : int *
maxFloatRedBits : int *
maxFloatGreenBits : int *
maxFloatBlueBits : int *
maxFloatAlphaBits : int -> unit
Parameters
- pref
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
- minFloatRedBits
- Type: SystemInt32
- minFloatGreenBits
- Type: SystemInt32
- minFloatBlueBits
- Type: SystemInt32
- minFloatAlphaBits
- Type: SystemInt32
- maxFloatRedBits
- Type: SystemInt32
- maxFloatGreenBits
- Type: SystemInt32
- maxFloatBlueBits
- Type: SystemInt32
- maxFloatAlphaBits
- Type: SystemInt32
Remarks
REQUIRED means RGBA mode and FORBIDDEN means indexed color mode. min(red/green/blue/alpha)Bits and max(red/green/blue/alpha)Bits are the minimum and maximum required sizes. The required size must be greater than or equal to the min(red/green/blue/alpha)Bits, and less than or equal to max(red/green/blue/alpha)Bits. The maximum size is always preferred. If pref is FORBIDDEN, the min/max values are ignored.
See Also