| SoMFColorSetValue Method (Single) | 
Sets the field to contain one and only one value, the given color (expressed as an array of RGB floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	float[] rgb
)
Public Sub SetValue ( 
	rgb As Single()
)
public:
void SetValue(
	array<float>^ rgb
)
member SetValue : 
        rgb : float32[] -> unit 
Parameters
- rgb
 - Type: SystemSingle
 
Remarks
See Also