Changes the color of the sky. This will set the 8 bit palette colors 0 (initial) to 10 (destination) to a gradient from the
initial to the destination color. Obviously, this only makes sense with color gradient skies.
This function is deprecated, and only works properly in the old 8-bit graphics system (for NewGfx it is emulated makeshift).
In doing so, the parameters toRed, toGreen and toBlue are ignored. Instead,
SetSkyAdjust should be used.
By emulating
SetSkyColor and SetSkyFade both have the same function:
SetSkyColor(0, r, g, b) == SetSkyFade(r, g, b)
SetSkyFade(0,0,0,255,255,255);
Sets the sky to a gradient from black to white.