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.
1
using
System
;
2
using
Microsoft.Xna.Framework
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
5
namespace
Terraria.DataStructures
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
37
public
Vector3
GetHSLVector
()
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
47
public
void
ApplyToMainLegacyBars
()
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
59
public
ColorSlidersSet
()
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.DataStructures.ColorSlidersSet.ApplyToMainLegacyBars
void ApplyToMainLegacyBars()
Definition
ColorSlidersSet.cs:47
Terraria.DataStructures.ColorSlidersSet.Saturation
float Saturation
Definition
ColorSlidersSet.cs:67
Terraria.DataStructures.ColorSlidersSet.SetHSL
void SetHSL(Color color)
Definition
ColorSlidersSet.cs:11
Terraria.DataStructures.ColorSlidersSet.Hue
float Hue
Definition
ColorSlidersSet.cs:64
Terraria.DataStructures.ColorSlidersSet.Luminance
float Luminance
Definition
ColorSlidersSet.cs:70
Terraria.DataStructures.ColorSlidersSet.ColorSlidersSet
ColorSlidersSet()
Definition
ColorSlidersSet.cs:59
Terraria.DataStructures.ColorSlidersSet.SetHSL
void SetHSL(Vector3 vector)
Definition
ColorSlidersSet.cs:19
Terraria.DataStructures.ColorSlidersSet.GetHSLVector
Vector3 GetHSLVector()
Definition
ColorSlidersSet.cs:37
Terraria.DataStructures.ColorSlidersSet.Alpha
float Alpha
Definition
ColorSlidersSet.cs:73
Terraria.DataStructures.ColorSlidersSet.GetColor
Color GetColor()
Definition
ColorSlidersSet.cs:24
Terraria.DataStructures.ColorSlidersSet
Definition
ColorSlidersSet.cs:9
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
Microsoft.Xna.Framework.Vector3
Definition
Vector3.cs:11
source
Terraria
DataStructures
ColorSlidersSet.cs
Generated by
1.10.0