SbColorRGBASetValue Method (Single, Single, Single, Single) |
Sets value of color vector from 4 RGBA (Red, Green, Blue and Alphe) components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic void SetValue(
float r,
float g,
float b,
float a
)
Public Sub SetValue (
r As Single,
g As Single,
b As Single,
a As Single
)
public:
void SetValue(
float r,
float g,
float b,
float a
)
member SetValue :
r : float32 *
g : float32 *
b : float32 *
a : float32 -> unit
Parameters
- r
- Type: SystemSingle
red component value. - g
- Type: SystemSingle
green component value. - b
- Type: SystemSingle
blue component value. - a
- Type: SystemSingle
alpha component value.
See Also