Casts a 4d-vector to a color

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

Syntax

C#
public static implicit operator RGBAColor (
	Vector4D a
)

Parameters

a
Type: VVVV.Utils.VMath..::..Vector4D
4d-vector to cast

Return Value

color with same values like than input 4d-vector

See Also