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
Loading...
Searching...
No Matches
Colors.cs
Go to the documentation of this file.
1using System;
10
11namespace Terraria.ID
12{
13 [global::Cpp2ILInjected.Token(Token = "0x20005BC")]
14 public static class Colors
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x17000687")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x600350E")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1385474", Offset = "0x1385474", Length = "0x16C")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mount), Member = "UpdateEffects", MemberParameters = new object[] { typeof(Player) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mount), Member = "Draw", MemberParameters = new object[]
24 {
26 typeof(int),
31 typeof(float)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_liquidAlpha", ReturnType = typeof(float[]))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "Lerp", MemberParameters = new object[]
36 {
39 typeof(float)
40 }, ReturnType = typeof(Color))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
42 get
43 {
44 throw null;
45 }
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x600350F")]
49 [global::Cpp2ILInjected.Address(RVA = "0x13855E0", Offset = "0x13855E0", Length = "0xA4")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "op_Multiply", MemberParameters = new object[]
53 {
55 typeof(float)
56 }, ReturnType = typeof(Color))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x6003510")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1385684", Offset = "0x1385684", Length = "0x64")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProjDirect", MemberParameters = new object[]
67 {
69 typeof(int)
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerDrawSet), Member = "BoringSetup", MemberParameters = new object[]
72 {
78 typeof(float),
79 typeof(float),
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VoidLensHelper), Member = "DrawToDrawData", MemberParameters = new object[]
83 {
85 typeof(int)
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PotionOfReturnGateHelper), Member = "DrawToDrawData", MemberParameters = new object[]
88 {
90 typeof(int)
91 }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileDrawing), Member = "GetTileOutlineInfo", MemberParameters = new object[]
93 {
94 typeof(int),
95 typeof(int),
96 typeof(ushort),
100 }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileDrawing), Member = "DrawTeleportationPylons", ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(int),
106 typeof(int),
107 typeof(int),
108 typeof(int)
109 }, ReturnType = typeof(void))]
111 {
112 throw null;
113 }
114
115 // Note: this type is marked as 'beforefieldinit'.
116 [global::Cpp2ILInjected.Token(Token = "0x6003511")]
117 [global::Cpp2ILInjected.Address(RVA = "0x13856E8", Offset = "0x13856E8", Length = "0x988")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
120 {
121 typeof(int),
122 typeof(int),
123 typeof(int)
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "Lerp", MemberParameters = new object[]
126 {
127 typeof(Color),
128 typeof(Color),
129 typeof(float)
130 }, ReturnType = typeof(Color))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
132 {
133 typeof(float),
134 typeof(float),
135 typeof(float)
136 }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
138 {
139 typeof(int),
140 typeof(int),
141 typeof(int),
142 typeof(int)
143 }, ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "op_Multiply", MemberParameters = new object[]
145 {
146 typeof(Color),
147 typeof(float)
148 }, ReturnType = typeof(Color))]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
150 static Colors()
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x4004754")]
157
158 [global::Cpp2ILInjected.Token(Token = "0x4004755")]
160
161 [global::Cpp2ILInjected.Token(Token = "0x4004756")]
163
164 [global::Cpp2ILInjected.Token(Token = "0x4004757")]
165 public static readonly Color RarityBlue;
166
167 [global::Cpp2ILInjected.Token(Token = "0x4004758")]
169
170 [global::Cpp2ILInjected.Token(Token = "0x4004759")]
172
173 [global::Cpp2ILInjected.Token(Token = "0x400475A")]
174 public static readonly Color RarityRed;
175
176 [global::Cpp2ILInjected.Token(Token = "0x400475B")]
177 public static readonly Color RarityPink;
178
179 [global::Cpp2ILInjected.Token(Token = "0x400475C")]
181
182 [global::Cpp2ILInjected.Token(Token = "0x400475D")]
183 public static readonly Color RarityLime;
184
185 [global::Cpp2ILInjected.Token(Token = "0x400475E")]
187
188 [global::Cpp2ILInjected.Token(Token = "0x400475F")]
189 public static readonly Color RarityCyan;
190
191 [global::Cpp2ILInjected.Token(Token = "0x4004760")]
193
194 [global::Cpp2ILInjected.Token(Token = "0x4004761")]
195 public static readonly Color CoinGold;
196
197 [global::Cpp2ILInjected.Token(Token = "0x4004762")]
198 public static readonly Color CoinSilver;
199
200 [global::Cpp2ILInjected.Token(Token = "0x4004763")]
201 public static readonly Color CoinCopper;
202
203 [global::Cpp2ILInjected.Token(Token = "0x4004764")]
205
206 [global::Cpp2ILInjected.Token(Token = "0x4004765")]
208
209 [global::Cpp2ILInjected.Token(Token = "0x4004766")]
210 public static readonly Color Mediumcore;
211
212 [global::Cpp2ILInjected.Token(Token = "0x4004767")]
213 public static readonly Color Hardcore;
214
215 [global::Cpp2ILInjected.Token(Token = "0x4004768")]
216 public static readonly Color LanternBG;
217
218 [global::Cpp2ILInjected.Token(Token = "0x4004769")]
220
221 [global::Cpp2ILInjected.Token(Token = "0x400476A")]
222 public static readonly Color[] _liquidColors;
223
224 [global::Cpp2ILInjected.Token(Token = "0x400476B")]
226
227 [global::Cpp2ILInjected.Token(Token = "0x400476C")]
229
230 [global::Cpp2ILInjected.Token(Token = "0x400476D")]
232 }
233}
class f__AnonymousType0<< Count > j__TPar
static readonly Color RarityYellow
Definition Colors.cs:186
static readonly Color RarityOrange
Definition Colors.cs:171
static readonly Color RarityNormal
Definition Colors.cs:162
static readonly Color[] _waterfallColors
Definition Colors.cs:219
static Color GetSelectionGlowColor(bool isTileSelected, int averageTileLighting)
Definition Colors.cs:110
static readonly Color LanternBG
Definition Colors.cs:216
static readonly Color Mediumcore
Definition Colors.cs:210
static Color AlphaDarken(Color input)
Definition Colors.cs:58
static readonly Color CoinGold
Definition Colors.cs:195
static readonly Color AmbientNPCGastropodLight
Definition Colors.cs:204
static readonly Color RarityTrash
Definition Colors.cs:159
static readonly Color RarityLime
Definition Colors.cs:183
static Color CurrentLiquidColor
Definition Colors.cs:18
static readonly Color[] _liquidColors
Definition Colors.cs:222
static readonly Color FancyUIFatButtonMouseOver
Definition Colors.cs:225
static readonly Color CoinPlatinum
Definition Colors.cs:192
static readonly Color RarityPink
Definition Colors.cs:177
static readonly Color RarityAmber
Definition Colors.cs:156
static Colors()
Definition Colors.cs:150
static readonly Color RarityCyan
Definition Colors.cs:189
static readonly Color RarityPurple
Definition Colors.cs:180
static readonly Color RarityBlue
Definition Colors.cs:165
static readonly Color RarityGreen
Definition Colors.cs:168
static readonly Color CoinSilver
Definition Colors.cs:198
static readonly Color CoinCopper
Definition Colors.cs:201
static readonly Color InventoryDefaultColor
Definition Colors.cs:228
static readonly Color Hardcore
Definition Colors.cs:213
static readonly Color RarityRed
Definition Colors.cs:174
static readonly Color JourneyMode
Definition Colors.cs:207
static readonly Color InventoryDefaultColorWithOpacity
Definition Colors.cs:231