Skip to content

function setLightingColor (client-side)

Available since version: 0.3.0

This method will set the sky lighting color.

Declaration

void setLightingColor(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.