| SoSFColorRGBASetValue Method (Single, Single, Single, Single) | 
Convenience method for setting the value. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
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
 - g
 - Type: SystemSingle
 - b
 - Type: SystemSingle
 - a
 - Type: SystemSingle
 
Remarks
See Also