terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Color32 (byte r, byte g, byte b, byte a) | |
override string | ToString () |
string | ToString (string format, IFormatProvider formatProvider) |
string | ToString (string format, global::System.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 17 of file Color32.cs.