SoMFColorRGBASetValues Method (Int32, Int32, Single) |
Sets num RGBA values from an array of arrays of 4 floats.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValues(
int start,
int num,
float[,] rgba
)
Public Sub SetValues (
start As Integer,
num As Integer,
rgba As Single(,)
)
public:
void SetValues(
int start,
int num,
array<float,2>^ rgba
)
member SetValues :
start : int *
num : int *
rgba : float32[,] -> unit
Parameters
- start
- Type: SystemInt32
- num
- Type: SystemInt32
- rgba
- Type: SystemSingle
Remarks Each float should be in the range 0.0 to 1.0, and there must be 4* num total float values.
See Also