Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • 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;