Method ExecuteSingle
ExecuteSingle(IEnumerable<Color>)
Calculates the single output for this node.
public override TGradient ExecuteSingle(IEnumerable<Color> input)
Parameters
input
IEnumerable<Color>The input of this node.
Returns
- TGradient
The output calculated based on the input.