SoMFColorRGBASet1HSVAValue Method (Int32, Single, Single, Single, Single) |
Sets one of N HSV plus Alpha colors from 4 floats.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1HSVAValue(
int index,
float h,
float s,
float v,
float a
)
Public Sub Set1HSVAValue (
index As Integer,
h As Single,
s As Single,
v As Single,
a As Single
)
public:
void Set1HSVAValue(
int index,
float h,
float s,
float v,
float a
)
member Set1HSVAValue :
index : int *
h : float32 *
s : float32 *
v : float32 *
a : float32 -> unit
Parameters
- index
- Type: SystemInt32
- h
- Type: SystemSingle
- s
- Type: SystemSingle
- v
- Type: SystemSingle
- a
- Type: SystemSingle
Remarks The array will be expanded and filled with zeros as necessary.
See Also