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

◆ ColorWriteChannels

Enumerator
None 
Red 
Green 
Blue 
Alpha 
All 

Definition at line 7 of file ColorWriteChannels.cs.

8 {
9 // Token: 0x040024C2 RID: 9410
10 None = 0,
11 // Token: 0x040024C3 RID: 9411
12 Red = 1,
13 // Token: 0x040024C4 RID: 9412
14 Green = 2,
15 // Token: 0x040024C5 RID: 9413
16 Blue = 4,
17 // Token: 0x040024C6 RID: 9414
18 Alpha = 8,
19 // Token: 0x040024C7 RID: 9415
20 All = 15
21 }