Version

ColorBlend Class Members

The following tables list the members exposed by ColorBlend.

Public Constructors
 NameDescription
Public ConstructorColorBlend ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCapacity (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public PropertyCount (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public PropertyIsSealedGets whether the instance has been sealed through the Seal method.  
Public PropertyItem (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds an entry to the blend.  
Public MethodAddRange (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodAsReadOnly (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodClear (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodCloneCreates a copy of this color blend.  
Public MethodCompleteCompletes this blend with the boundary entries.  
Public MethodContains (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodConvertAll<TOutput> (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodEqualsOverloaded. Compares this blend to the specified one.  
Public MethodExists (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodFind (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodFindAll (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodFindLast (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodForEach (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodGetRange (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodInsertOverloaded. Inserts an entry into the blend.  
Public MethodInsertRange (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodRemove (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodRemoveAll (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodRemoveAt (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodRemoveRange (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodReverseOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception.  
Public MethodSortOverloaded.  (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodToArray (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodTrimExcess (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
Public MethodTrueForAll (Inherited from System.Collections.Generic.List<ColorBlendEntry>)
See Also

View on GitHub