SetLightColor
DocsSetLightColor(r, g, b)Description
Set the color of a specified light.
Parameters
| Name | Type | Description |
|---|---|---|
r | int | Red color component (0-255) |
g | int | Green color component (0-255) |
b | int | Blue color component (0-255) |
Returns
voidThis native does not return a value.