Click or drag to resize
SbColorRGBA Methods

The SbColorRGBA type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetHSVAValue(Single)
Fill the array with the 4 HSVA color components.
Public methodGetHSVAValue(Single, Single, Single, Single)
Returns 4 individuals HSVA color components.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Single)
Fill the array with the 4 RGBA color components.
Public methodGetValue(Single, Single, Single, Single)
Gets 4 individuals RGBA color components.
Public methodSetHSVAValue(Single)
Sets value of color vector from array of 4 HSVA components.
Public methodSetHSVAValue(Single, Single, Single, Single)
Sets value of color vector from an HSV (Hue, Saturation, and Value) plus Alpha color value.
Public methodSetValue(Single)
Sets value of color vector from array of 4 RGBA components.
Public methodSetValue(Single, Single, Single, Single)
Sets value of color vector from 4 RGBA (Red, Green, Blue and Alphe) components.
Public methodToString
Converts this SbColorRGBA structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also