Table of Contents

Constructor ColorList

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ColorList()

Initializes a new instance of ColorList with the default colors.

public ColorList()

ColorList(IEnumerable<Color>)

Initializes a new instance of ColorList with the specified default colors.

public ColorList(IEnumerable<Color> defaultColors)

Parameters

defaultColors IEnumerable<Color>

The colors to populate the list with.