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
ColorSlidersSet.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200061C RID: 1564
8 public class ColorSlidersSet
9 {
10 // Token: 0x060035C6 RID: 13766 RVA: 0x002119C8 File Offset: 0x0020FBC8
11 public void SetHSL(Color color)
12 {
13 if (!true)
14 {
15 }
16 }
17
18 // Token: 0x060035C7 RID: 13767 RVA: 0x002119D8 File Offset: 0x0020FBD8
19 public void SetHSL(Vector3 vector)
20 {
21 }
22
23 // Token: 0x060035C8 RID: 13768 RVA: 0x002119E8 File Offset: 0x0020FBE8
24 public Color GetColor()
25 {
26 float hue = this.Hue;
27 float saturation = this.Saturation;
28 float luminance = this.Luminance;
29 if (!true)
30 {
31 }
32 float alpha = this.Alpha;
33 return 17279;
34 }
35
36 // Token: 0x060035C9 RID: 13769 RVA: 0x00211A1C File Offset: 0x0020FC1C
38 {
39 float hue = this.Hue;
40 float saturation = this.Saturation;
41 float luminance = this.Luminance;
42 Vector3 vector;
43 return vector;
44 }
45
46 // Token: 0x060035CA RID: 13770 RVA: 0x00211A40 File Offset: 0x0020FC40
48 {
49 float hue = this.Hue;
50 if (!true)
51 {
52 }
53 float saturation = this.Saturation;
54 float luminance = this.Luminance;
55 float alpha = this.Alpha;
56 }
57
58 // Token: 0x060035CB RID: 13771 RVA: 0x00211A78 File Offset: 0x0020FC78
60 {
61 }
62
63 // Token: 0x0400769F RID: 30367
64 public float Hue;
65
66 // Token: 0x040076A0 RID: 30368
67 public float Saturation;
68
69 // Token: 0x040076A1 RID: 30369
70 public float Luminance;
71
72 // Token: 0x040076A2 RID: 30370
73 public float Alpha;
74 }
75}
class f__AnonymousType0<< Count > j__TPar