Table of Contents

Class ColorList

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

An InspectorList of type Color.

[Version(2, 5, 0)]
[Serializable]
public class ColorList : InspectorList<Color>, IList<Color>, ICollection<Color>, IEnumerable<Color>, IEnumerable
Inheritance
ColorList
Implements
Inherited Members
Extension Methods

Constructors

ColorList()
ColorList(IEnumerable<Color>)