function setFogColor (client-side)
Available since version: 0.3.0
This method will set the sky fog color day variation.
Declaration
void setFogColor(int id, int r, int g, int b)
Parameters
intid: The id of fog color day variation.intr: The red color component in RGB model.intg: The green color component in RGB model.intb: The blue color component in RGB model.