| SoMFColorRGBASet1HSVAValue Method (Int32, Single) | 
Sets one of N HSV plus Alpha 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 Set1HSVAValue(
	int index,
	float[] hsva
)
Public Sub Set1HSVAValue ( 
	index As Integer,
	hsva As Single()
)
public:
void Set1HSVAValue(
	int index, 
	array<float>^ hsva
)
member Set1HSVAValue : 
        index : int * 
        hsva : float32[] -> unit 
Parameters
- index
 - Type: SystemInt32
 - hsva
 - Type: SystemSingle
 
RemarksThe array will be expanded and filled with zeros as necessary.    
See Also