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