Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Color.Vector4

Switch to Manual

Parameters

Description

Colors can be implicitly converted to and from Vector4.

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