Changes the color of the map's ambient light over a duration of time.
set_ambient_light_color(color, duration)
Argument | Description | Type | Required |
---|---|---|---|
color | New color for the ambient light. | Color | Yes |
duration | Fade duration from its current color to the new color. | Number | No |
If you'd like to instantly toggle the ambient light on or off instead of changing its color, see the related Set Ambient Light Enabled function.
set_ambient_light_color(color[255, 0, 255], 1);
Results: The color of the map's ambient light will change to magenta over a duration of one second.
Use the Set Ambient Light Color function to change the overall mood of a room or to complement another light source's color change.