| 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.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
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