Used to retrieve a Pointer to the Colors of the pin, which can be used to write large number of Colors more efficiently. Each Color consists of 4 doubles, one for each of Red, Green, Blue and Alpha. Note though, that when writing Colors to the Pointer the pins SliceCount has to be taken care of manually.

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

Syntax

C#
void GetColorPointer(
	out double* value
)

Parameters

value
Type: System..::..Double*%
A Pointer to the pins first Colors Red channel double.

See Also