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