Skip to main content
A newer version of this page is available. .

ISchedulerColorSchemaCollection<T> Methods

A base interface which defines a generic collection of color schemas.
Name Description
Add(Object) Adds a color schema to the collection.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
GetSchema(Int32, Int32) Get a color schema by its number or create a new schema based on the specified color value.
GetSchema(Int32) Provides access to a color schema by its index.
HasDefaultContent() Gets whether the schema collection contains only items created by default.
LoadDefaults() Clears all items and creates default content.
RemoveAt(Int32) Removes an item with the specified index.
See Also