Click or drag to resize
SbColorRGBASetHSVAValue Method (Single)
Sets value of color vector from array of 4 HSVA components.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntax
public void SetHSVAValue(
	float[] hsva
)

Parameters

hsva
Type: SystemSingle
Array of 4 HSVA components
Exceptions
ExceptionCondition
ArgumentException

If array length differs from four.

-or-

If one of the components is not in range [0,1].

See Also