SbColorGetRGBValue Method (Single) |
Fill an array of 3 RGB components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
Syntaxpublic void GetRGBValue(
float[] rgb
)
Public Sub GetRGBValue (
rgb As Single()
)
public:
void GetRGBValue(
array<float>^ rgb
)
member GetRGBValue :
rgb : float32[] -> unit
Parameters
- rgb
- Type: SystemSingle
Allocated array to store the components.
ExceptionsException | Condition |
---|
ArgumentException | If array length is less than three. |
RemarksThe array must be allocated before the method call.
See Also