SoMFColorSetHSVValue Method (Single) |
Sets the field to contain one and only one value, the given color (expressed as an array of HSV floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetHSVValue(
float[] hsv
)
Public Sub SetHSVValue (
hsv As Single()
)
public:
void SetHSVValue(
array<float>^ hsv
)
member SetHSVValue :
hsv : float32[] -> unit
Parameters
- hsv
- Type: SystemSingle
Remarks See Also