SoSFColorRGBASetValue Method (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 SetValue(
float[] rgba
)
Public Sub SetValue (
rgba As Single()
)
public:
void SetValue(
array<float>^ rgba
)
member SetValue :
rgba : float32[] -> unit
Parameters
- rgba
- Type: SystemSingle
Remarks See Also