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: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public 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