The following tables list the members exposed by ColorBlend.
Name | Description | |
---|---|---|
ColorBlend Constructor | Overloaded. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Count | Gets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
IsSealed | Gets whether the instance has been sealed through the Seal method. | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an entry to the blend. | |
AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
AsReadOnly | Returns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Clone | Creates a copy of this color blend. | |
Complete | Completes this blend with the boundary entries. | |
Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Equals | Overloaded. Compares this blend to the specified one. | |
Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Insert | Overloaded. Inserts an entry into the blend. | |
InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. | |
Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) | |
TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<ColorBlendEntry>) |