SoMFColorSetValue Method (Single, Single, Single) |
Sets the field to contain one and only one value, the given color (expressed as RGB floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic void SetValue(
float r,
float g,
float b
)
Public Sub SetValue (
r As Single,
g As Single,
b As Single
)
public:
void SetValue(
float r,
float g,
float b
)
member SetValue :
r : float32 *
g : float32 *
b : float32 -> unit
Parameters
- r
- Type: SystemSingle
- g
- Type: SystemSingle
- b
- Type: SystemSingle
Remarks
See Also