Closed SantasLair closed 5 years ago
How are colors specified by using Vector4? ColoredString constructor is: ColoredString(string text, Vector4 color)
ColoredString(string text, Vector4 color)
Vector4(x, y, z, w) for Color(Rf, Gf, Bf, Af) and you can use ColoredString.Create(string text, Color color) as well to create it.
Vector4(x, y, z, w)
Color(Rf, Gf, Bf, Af)
ColoredString.Create(string text, Color color)
How are colors specified by using Vector4? ColoredString constructor is:
ColoredString(string text, Vector4 color)