NColorValueF Class Members
In This Topic
The following tables list the members exposed by NColorValueF.
Public Fields
| Name | Description |
| Alpha | The alpha component of the color value. |
Top
Protected Fields
| Name | Description |
| bUt | |
Top
Public Methods
| Name | Description |
| CloneWithNewAlpha | Creates a duplicate instance with the same color and the specified alpha. |
| Equals | Check whether the given object is equal to this color value. |
| GetCCount | Returns the number of color components. |
| GetCValue | Gets the value of the color component at the specified index. |
| GetHashCode | Gets the hash code of this color value. |
Top
Public Operators
Equality | Compares the specified color values for equality. |
Inequality | Compares the specified color values for inequality. |
Top
See Also