SoMFColorSet1HSVValue Method (Int32, Single) |
Sets one of N HSV colors from an array of 3 floats.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1HSVValue(
int index,
float[] hsv
)
Public Sub Set1HSVValue (
index As Integer,
hsv As Single()
)
public:
void Set1HSVValue(
int index,
array<float>^ hsv
)
member Set1HSVValue :
index : int *
hsv : float32[] -> unit
Parameters
- index
- Type: SystemInt32
- hsv
- Type: SystemSingle
Remarks The array will be expanded and filled with zeros as necessary.
See Also