SbColorRGBA Methods |
The SbColorRGBA type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.) | |
GetHSVAValue(Single) |
Fill the array with the 4 HSVA color components. | |
GetHSVAValue(Single, Single, Single, Single) |
Returns 4 individuals HSVA color components.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Single) |
Fill the array with the 4 RGBA color components. | |
GetValue(Single, Single, Single, Single) |
Gets 4 individuals RGBA color components.
| |
SetHSVAValue(Single) |
Sets value of color vector from array of 4 HSVA components.
| |
SetHSVAValue(Single, Single, Single, Single) |
Sets value of color vector from an HSV (Hue, Saturation, and Value)
plus Alpha color value.
| |
SetValue(Single) |
Sets value of color vector from array of 4 RGBA components.
| |
SetValue(Single, Single, Single, Single) |
Sets value of color vector from 4 RGBA (Red, Green, Blue and Alphe) components.
| |
ToString |
Converts this SbColorRGBA structure to a human readable string.
(Overrides ValueTypeToString.) |