-
Junior Member
Changing Light Colours
I've got point lights hooked up to a linear vector curve data source, but the colour values produced aren't the same as the ones the source is giving. They do change, just not in the range I want.
Anyone know what I'm doing wrong? Is there a textbook way to set up changing light colours?
-
Senior Member
http://www.rapidtables.com/web/color/RGB_Color.htm
this should help with picking colors, it should just use the rgb collors
basicly it should work if you press y if you're in the color wheel an link it to a vector with the rgb value of your choice
-
Junior Member
You're right, thanks!
I assumed it would be using the HSV values since they're the only ones the game actually displays, but it doesn't it uses the RGB values.