SoMFColorRGBASetHSVAValue Method (Single) |
Sets the field to contain one and only one value, the given color (expressed as an array of HSV plus Alpha 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: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetHSVAValue(
float[] hsva
)
Public Sub SetHSVAValue (
hsva As Single()
)
public:
void SetHSVAValue(
array<float>^ hsva
)
member SetHSVAValue :
hsva : float32[] -> unit
Parameters
- hsva
- Type: SystemSingle
Remarks
See Also