| SoSFColorRGBASetValue Method (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[] rgba
)
Public Sub SetValue ( 
	rgba As Single()
)
public:
void SetValue(
	array<float>^ rgba
)
member SetValue : 
        rgba : float32[] -> unit 
Parameters
- rgba
 - Type: SystemSingle
 
Remarks
See Also