terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Color (float r, float g, float b, float a) | |
Color (float r, float g, float b) | |
override string | ToString () |
string | ToString (string format, IFormatProvider formatProvider) |
override int | GetHashCode () |
override bool | Equals (object other) |
bool | Equals (Color other) |
bool | Equals (T other) |
Static Public Member Functions | |
static Color | operator* (Color a, float b) |
static bool | operator== (Color lhs, Color rhs) |
static bool | operator!= (Color lhs, Color rhs) |
static Color | Lerp (Color a, Color b, float t) |
static implicit | operator Vector4 (Color c) |
static implicit | operator Color (Vector4 v) |
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
Package Functions | |
Color | RGBMultiplied (float multiplier) |
Properties | |
static Color | red [get] |
static Color | green [get] |
static Color | blue [get] |
static Color | white [get] |
static Color | black [get] |
static Color | yellow [get] |
static Color | cyan [get] |
static Color | gray [get] |
static Color | clear [get] |
Color | linear [get] |
float | maxColorComponent [get] |