Table of Contents

Class ColorBlendNode

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll
public class ColorBlendNode : ImageNodeBase, INode, IHasID, IGroupable, IHasDynamicSlotCount
Inheritance
ColorBlendNode
Implements
Inherited Members
Extension Methods

Constructors

ColorBlendNode()

Properties

inputSlots
layerColors
layerCount

Methods

Execute(GraphContext)

Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.

ExecuteImmediate(GraphContext)

Executes the node synchronously using the supplied graph context.

GetInputSlots()

Returns the public slot fields whose direction is Pinwheel.Vista.Graph.SlotDirection.Input.

GetOutputSlots()

Returns the public slot fields whose direction is Pinwheel.Vista.Graph.SlotDirection.Output.

GetSlot(int)

Finds a public slot field whose slot id matches the requested value.

Events

slotsChanged

Raised when the node adds, removes, or restructures its slots.