Used to retrieve a Pointer to the Colors of the pin, which can be used to retrive large Spreads of Colors more efficiently. Each Color consists of 4 doubles, one for each of Red, Green, Blue and Alpha. Attention: Don't use this Pointer to write Colors to the pin!

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

Syntax

C#
void GetColorPointer(
	out int sliceCount,
	out double* value
)

Parameters

sliceCount
Type: System..::..Int32%
The pins current SliceCount, specifying the number of colors accessible via the Pointer.
value
Type: System..::..Double*%
A Pointer to the pins first Colors Red channel double.

See Also