How to fade color
问题 I would like to fade the color of a pixel out toward white, but obviously maintain the same color. If I have a pixel (200,120,40) , will adding 10 to each value to make (210,130,50) make it the same color, just lighter, or will it change the color entirely? For example, I know that (100,100,100) going to (110,110,110) is a greyscale fade. I would like the same with RGB values and I would like to do it numerically, as indicated. Is there an equation to do so? 回答1: There are a bunch of ways to