Task: Fade from current colour to new colour

Once again, there are a number of different approaches that could be taken to this problem. However, this particular task seems to be composed of three separate steps: convert the current bgColor to decimal, calculate the difference between the two colours, and perform the actual fade.

Close window