[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V1.IColorIn.GetColorPointer(System.Int32*@,System.Double**@)"]

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

Syntax

C#
void GetColorPointer(
	out int* pLength,
	out double** ppData
)

Parameters

pLength
Type: System..::..Int32*%

[Missing <param name="pLength"/> documentation for "M:VVVV.PluginInterfaces.V1.IColorIn.GetColorPointer(System.Int32*@,System.Double**@)"]

ppData
Type: System..::..Double**%

[Missing <param name="ppData"/> documentation for "M:VVVV.PluginInterfaces.V1.IColorIn.GetColorPointer(System.Int32*@,System.Double**@)"]

See Also