Table of Contents

Method Execute

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

Execute(IEnumerable<None>)

Calculates a list of output from a given list of input.

public override List<Color> Execute(IEnumerable<None> input)

Parameters

input IEnumerable<None>

The input values to base the computation on.

Returns

List<Color>

The list of output values.