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

◆ UseColor() [3/3]

ScreenShaderData Terraria.Graphics.Shaders.ScreenShaderData.UseColor ( Vector3 color)
inline

Definition at line 150 of file ScreenShaderData.cs.

151 {
152 _uColor = color;
153 return this;
154 }

References Terraria.Graphics.Shaders.ScreenShaderData._uColor.