Color.operator Colorstatic implicit function Color (v : Vector4) : ColorDescriptionColors can be implicitly converted to and from Vector4.
JavaScript
// Convert a vector4 to a Color using UnityEngine; import UnityEngine |
