rgb(r: number, g: number, b: number): Color
Create a color from RGB values (0 - 255).// update the color of the sky to light blue sky.color = rgb(0, 128, 255)
// update the color of the sky to light blue sky.color = rgb(0, 128, 255)
since
v3001.0
sky.color = rgb("#ef6360")