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 | |
Color32 (byte r, byte g, byte b, byte a) | |
override string | ToString () |
string | ToString (string format, IFormatProvider formatProvider) |
Static Public Member Functions | |
static implicit | operator Color32 (Color c) |
static implicit | operator Color (Color32 c) |
static Color32 | Lerp (Color32 a, Color32 b, float t) |
Public Attributes | |
byte | r |
byte | g |
byte | b |
byte | a |
Private Attributes | |
int | rgba |
Definition at line 15 of file Color32.cs.