| ColorGradient Structure |
Namespace: Candlelight
[SerializableAttribute] public struct ColorGradient : IPropertyBackingFieldCompatible<ColorGradient>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<ColorGradient>
The ColorGradient type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorGradient |
Initializes a new instance of the ColorGradient struct.
|
| 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.
|
| 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.
|
| Name | Description | |
|---|---|---|
| InterpolationSpace |
Gets the interpolation space.
| |
| MaxColor |
Gets the end color.
| |
| MinColor |
Gets the start color.
|