Click or drag to resize
SoMFColorRGBASetValue Method
Overload List
  NameDescription
Public methodSetValue(Single)

Sets the field to contain one and only one value, the given color (expressed as an array of RGBA floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.

Public methodSetValue(SbColorRGBA)

Sets the first value in the array to newValue, and deletes.

Public methodSetValue(SbVec4f)

Sets the field to contain one and only one value, the given color (expressed as RGBA floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.

Public methodSetValue(Single, Single, Single, Single)

Sets the field to contain one and only one value, the given color (expressed as RGBA floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.

Top
See Also