vvvv color constructor

Namespace: VVVV.Utils.VColor
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public RGBAColor(
	double[] colors
)

Parameters

colors
Type: array<System..::..Double>[]()[][]
double array of length 4 (red, green, blue, alpha) with values between 0..1

See Also