Used to write a Color to the pin at the specified slice.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void SetColor(
	int index,
	RGBAColor color
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the Color to.
color
Type: VVVV.Utils.VColor..::..RGBAColor
The Color to write.

See Also