Click or drag to resize
SoMFColorRGBASet1HSVAValue Method (Int32, Single)

Sets one of N HSV plus Alpha colors from an array of 4 floats.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Set1HSVAValue(
	int index,
	float[] hsva
)

Parameters

index
Type: SystemInt32
hsva
Type: SystemSingle
Remarks

The array will be expanded and filled with zeros as necessary.

See Also