Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _fractalProfiles

Dictionary<int, FinalFractalProfile> Terraria.Graphics.FinalFractalHelper._fractalProfiles
staticprivate
Initial value:
= new Dictionary<int, FinalFractalProfile>
{
{
65,
new FinalFractalProfile(48f, new Color(236, 62, 192))
},
{
1123,
},
{
46,
new FinalFractalProfile(48f, new Color(122, 66, 191))
},
{
121,
new FinalFractalProfile(76f, new Color(254, 158, 35))
},
{
190,
new FinalFractalProfile(70f, new Color(107, 203, 0))
},
{
368,
new FinalFractalProfile(70f, new Color(236, 200, 19))
},
{
674,
new FinalFractalProfile(70f, new Color(236, 200, 19))
},
{
273,
new FinalFractalProfile(70f, new Color(179, 54, 201))
},
{
675,
new FinalFractalProfile(70f, new Color(179, 54, 201))
},
{
2880,
new FinalFractalProfile(70f, new Color(84, 234, 245))
},
{
989,
new FinalFractalProfile(48f, new Color(91, 158, 232))
},
{
1826,
new FinalFractalProfile(76f, new Color(252, 95, 4))
},
{
3063,
new FinalFractalProfile(76f, new Color(254, 194, 250))
},
{
3065,
new FinalFractalProfile(70f, new Color(237, 63, 133))
},
{
757,
new FinalFractalProfile(70f, new Color(80, 222, 122))
},
{
155,
new FinalFractalProfile(70f, new Color(56, 78, 210))
},
{
795,
new FinalFractalProfile(70f, new Color(237, 28, 36))
},
{
3018,
new FinalFractalProfile(80f, new Color(143, 215, 29))
},
{
4144,
new FinalFractalProfile(45f, new Color(178, 255, 180))
},
{
3507,
new FinalFractalProfile(45f, new Color(235, 166, 135))
},
{
4956,
new FinalFractalProfile(86f, new Color(178, 255, 180))
}
}
static Microsoft.Xna.Framework.Color OurFavoriteColor
Definition Main.cs:902

Definition at line 73 of file FinalFractalHelper.cs.

74 {
75 {
76 65,
77 new FinalFractalProfile(48f, new Color(236, 62, 192))
78 },
79 {
80 1123,
81 new FinalFractalProfile(48f, Main.OurFavoriteColor)
82 },
83 {
84 46,
85 new FinalFractalProfile(48f, new Color(122, 66, 191))
86 },
87 {
88 121,
89 new FinalFractalProfile(76f, new Color(254, 158, 35))
90 },
91 {
92 190,
93 new FinalFractalProfile(70f, new Color(107, 203, 0))
94 },
95 {
96 368,
97 new FinalFractalProfile(70f, new Color(236, 200, 19))
98 },
99 {
100 674,
101 new FinalFractalProfile(70f, new Color(236, 200, 19))
102 },
103 {
104 273,
105 new FinalFractalProfile(70f, new Color(179, 54, 201))
106 },
107 {
108 675,
109 new FinalFractalProfile(70f, new Color(179, 54, 201))
110 },
111 {
112 2880,
113 new FinalFractalProfile(70f, new Color(84, 234, 245))
114 },
115 {
116 989,
117 new FinalFractalProfile(48f, new Color(91, 158, 232))
118 },
119 {
120 1826,
121 new FinalFractalProfile(76f, new Color(252, 95, 4))
122 },
123 {
124 3063,
125 new FinalFractalProfile(76f, new Color(254, 194, 250))
126 },
127 {
128 3065,
129 new FinalFractalProfile(70f, new Color(237, 63, 133))
130 },
131 {
132 757,
133 new FinalFractalProfile(70f, new Color(80, 222, 122))
134 },
135 {
136 155,
137 new FinalFractalProfile(70f, new Color(56, 78, 210))
138 },
139 {
140 795,
141 new FinalFractalProfile(70f, new Color(237, 28, 36))
142 },
143 {
144 3018,
145 new FinalFractalProfile(80f, new Color(143, 215, 29))
146 },
147 {
148 4144,
149 new FinalFractalProfile(45f, new Color(178, 255, 180))
150 },
151 {
152 3507,
153 new FinalFractalProfile(45f, new Color(235, 166, 135))
154 },
155 {
156 4956,
157 new FinalFractalProfile(86f, new Color(178, 255, 180))
158 }
159 };

Referenced by Terraria.Graphics.FinalFractalHelper.GetFinalFractalProfile(), and Terraria.Graphics.FinalFractalHelper.GetRandomProfileIndex().