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

Sets one of N HSV colors from 3 floats.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Set1HSVValue(
	int index,
	float h,
	float s,
	float v
)

Parameters

index
Type: SystemInt32
h
Type: SystemSingle
s
Type: SystemSingle
v
Type: SystemSingle
Remarks

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

See Also