Table of Contents

Method ExecuteSingle

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

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.