SoSFColorRGBASetHSVAValue Method (Single, Single, Single, Single) |
Convenience method for setting the value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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