terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Color32()

UnityEngine.Color32.Color32 ( byte r,
byte g,
byte b,
byte a )
inline

Definition at line 18 of file Color32.cs.

19 {
20 this.rgba = (int)r;
21 this.g = g;
22 this.b = b;
23 this.a = a;
24 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Color32.a, UnityEngine.Color32.b, UnityEngine.Color32.g, j__TPar, and UnityEngine.Color32.r.