Click or drag to resize
SoMFColorRGBA.SetValue Method (Single, Single, Single, Single)

Sets the field to contain one and only one value, the given color (expressed as RGBA floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValue(
	float r,
	float g,
	float b,
	float a
)

Parameters

r
Type: System.Single
g
Type: System.Single
b
Type: System.Single
a
Type: System.Single
Remarks

See Also