|  | ColorGradient Structure | 
Namespace: Candlelight
 Syntax
Syntax[SerializableAttribute] public struct ColorGradient : IPropertyBackingFieldCompatible<ColorGradient>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<ColorGradient>
The ColorGradient type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ColorGradient | 
            Initializes a new instance of the ColorGradient struct.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Clone this instance.
             | 
|  | Equals(Object) | 
            Determines whether the specified Object is equal to the current
            ColorGradient.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(ColorGradient) | 
            Determines whether the specified ColorGradient is equal to the current
            ColorGradient.
             | 
|  | Evaluate | 
            Evaluate the color at the specified parameter value.
             | 
|  | GetHashCode | 
            Serves as a hash function for a ColorGradient object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetSerializedPropertiesHash | 
            Gets a hash value that is based on the values of the serialized properties of this instance.
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Gets a value indicating whether or not the two ColorGradients are equal to one another.
             | 
|   | Inequality | 
            Gets a value indicating whether or not the two ColorGradients are unequal to one another.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | InterpolationSpace | 
            Gets the interpolation space.
             | 
|  | MaxColor | 
            Gets the end color.
             | 
|  | MinColor | 
            Gets the start color.
             | 
 See Also
See Also