Color.Vector4
Description

Colors can be implicitly converted to and from Vector4.

	// Convert a white color to a vector4
	var aVector4 : Vector4 = Color.white;