The task:
Make a function to fade from the current bgColor to a new user-specified colour. |
||||||
Sub task:
Get user input |
Sub task:
Fade from current colour to new colour |
|||||
Sub task:
Convert current bgColor to decimal |
Sub task: | Sub task:
Fade from old to new colours |
||||
Sub task:
Extract individual RGB values from hex number |
Sub task:
Convert from hex to decimal |