Skip to content

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

  • int r: The red color component in RGB model.
  • int g: The green color component in RGB model.
  • int b: The blue color component in RGB model.