Method Execute
Execute(IEnumerable<None>)
Calculates a list of output from a given list of input.
public override List<Color> Execute(IEnumerable<None> input)Parameters
- inputIEnumerable<None>
- The input values to base the computation on. 
Calculates a list of output from a given list of input.
public override List<Color> Execute(IEnumerable<None> input)input IEnumerable<None>The input values to base the computation on.