| SoMFColorRGBASet1Value Method (Int32, Single) | 
Sets one of N RGBA colors from an array of 4 floats. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Set1Value(
	int index,
	float[] rgba
)
Public Sub Set1Value ( 
	index As Integer,
	rgba As Single()
)
public:
void Set1Value(
	int index, 
	array<float>^ rgba
)
member Set1Value : 
        index : int * 
        rgba : float32[] -> unit 
Parameters
- index
 - Type: SystemInt32
 - rgba
 - Type: SystemSingle
 
RemarksThe array will be expanded and filled with zeros as necessary.    
See Also