Table of Contents

Class ColorCollection

Namespace
Dynamicweb.Imaging.Colors
Assembly
Dynamicweb.Core.dll

A collection of Color

public class ColorCollection : List<Color>, IList<Color>, ICollection<Color>, IReadOnlyList<Color>, IReadOnlyCollection<Color>, IEnumerable<Color>, IList, ICollection, IEnumerable
Inheritance
ColorCollection
Implements
Inherited Members
Extension Methods

Methods

DoSort(SortBy)

Sorts the collection with the specified sort type.

public void DoSort(ColorCollection.SortBy sortType)

Parameters

sortType ColorCollection.SortBy

Type of the sort.

To top