Click or drag to resize
SbColor Constructor (Single)
Constructor that takes an array of 3 floats.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
Syntax
public SbColor(
	float[] rgb
)

Parameters

rgb
Type: SystemSingle
array of color components.
See Also