Casts a color to a 4d-vector

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

Syntax

C#
public static implicit operator Vector4D (
	RGBAColor a
)

Parameters

a
Type: VVVV.Utils.VColor..::..RGBAColor
color to cast

Return Value

4d-vector with same values than the input color

See Also