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