SoMFColorRGBASetHSVAValue Method (Single, Single, Single, Single) |
Sets the field to contain one and only one value, the given color (expressed as 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)
Syntax public void SetHSVAValue(
float h,
float s,
float v,
float a
)
Public Sub SetHSVAValue (
h As Single,
s As Single,
v As Single,
a As Single
)
public:
void SetHSVAValue(
float h,
float s,
float v,
float a
)
member SetHSVAValue :
h : float32 *
s : float32 *
v : float32 *
a : float32 -> unit
Parameters
- h
- Type: SystemSingle
- s
- Type: SystemSingle
- v
- Type: SystemSingle
- a
- Type: SystemSingle
Remarks See Also