So I'd like to adjust the Luminosity over time. For example, while holding down shift, the luminosity (parameter 2) would increase by 5 between the values of 100 to 200 every .2 seconds. Right now it's set to "0" so ignore that.
My question is what would the math look like in the value section. I tried lerp(100,200,5) but that wasn't right.