Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Color.Vector4

Description

Colors can be implicitly converted to and from Vector4.

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