Click or drag to resize
SoMFColorRGBASet1Value Method (Int32, Single, Single, Single, Single)

Sets one of N RGBA colors from 4 floats.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Set1Value(
	int index,
	float r,
	float g,
	float b,
	float a
)

Parameters

index
Type: SystemInt32
r
Type: SystemSingle
g
Type: SystemSingle
b
Type: SystemSingle
a
Type: SystemSingle
Remarks

The array will be expanded and filled with zeros as necessary.

See Also