Click or drag to resize
SbColorRGBA Constructor
Contruct an SbColorRGBA from individual components.
Overload List
  NameDescription
Public methodSbColorRGBA(Single)
Constructor that takes an array of 4 floats.
Public methodSbColorRGBA(SbVec4f)
Constructor that takes a vector value.
Public methodSbColorRGBA(Single, Single, Single)
Contruct an SbColorRGBA from 3 float components.
Public methodSbColorRGBA(Single, Single, Single, Single)
Constructor that takes 4 floats.
Top
See Also