tModLoader Cant make color red?

AxerTheAxe

Skeletron Prime
Ok so, this is a weird post but here we go. I am making a last prism type weapon with a red laser. But I cant figure out how to get a good red (code shows below). If this is too stupid of a post tell me. Thank you.

C#:
private const float BeamColorHue = 1f;
private const float BeamHueVariance = 1f;
private const float BeamColorSaturation = 1f;
private const float BeamColorLightness = 1f;

//I think the values cant go past 1 :/
 
Back
Top Bottom