Black Ops III

SetLightColor

Sets the current color of the light, as an RGB vector.

Example:

self SetLightColor( (0.5, 0.75, 1.0) )

Parameters

ParameterSummary
*colorAn RGB vector with components in the range 0 to 1. The given values get rounded before they are stored. (vector3)

* = mandatory