| ColorValue Methods | 
The ColorValue type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Add | |
|  | Clamp | |
|   | Divide(Single, ColorValue, ColorValue) | |
|   | Divide(ColorValue, ColorValue, ColorValue) | |
|   | Divide(ColorValue, Single, ColorValue) | |
|  | Equals(Object) | (Overrides ValueTypeEquals(Object).) | 
|  | Equals(ColorValue) | |
|  | Equals(ColorValue, Single) | |
|   | Equals(ColorValue, ColorValue) | |
|  | Equals(ColorValue, Single) | |
|  | GetClamp | |
|  | GetHashCode | (Overrides ValueTypeGetHashCode.) | 
|  | GetSaturate | |
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|   | Lerp(ColorValue, ColorValue, Single) | |
|   | Lerp(ColorValue, ColorValue, Single, ColorValue) | |
|  | MaxComponent | 
            Returns the value of the largest component of the current instance of ColorValue.
             | 
|   | Multiply(Single, ColorValue, ColorValue) | |
|   | Multiply(ColorValue, ColorValue, ColorValue) | |
|   | Multiply(ColorValue, Single, ColorValue) | |
|   | Negate | |
|   | Parse | |
|  | Saturate | |
|   | Select | |
|   | Subtract | |
|  | ToColorPacked | |
|  | ToColorValuePowered | |
|  | ToString | (Overrides ValueTypeToString.) | 
|  | ToString(Int32) | |
|  | ToVector3 | |
|  | ToVector3F | |
|  | ToVector3H | |
|  | ToVector4 | |
|  | ToVector4F | |
|  | ToVector4H | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | MethodInvoke | 
            Calls the object method by name.
            (Defined by ObjectEx.) | 
|  | PropertyGet(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertyGetT(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertySet | 
            Sets the value of the object property by name.
            (Defined by ObjectEx.) | 
 See Also
See Also