SetLightColor

(Difference between revisions)
Jump to: navigation, search
TaeZ (Talk | contribs)
(Created page with "Set light color. Accepts two arguments: Light object and an RGB table. Example: Light = getLight("DayNightLight") -- Set to red setLightColor(Light, {255, 0, 0}) -- Set t...")
Newer edit →

Revision as of 22:17, 12 March 2013

Set light color. Accepts two arguments: Light object and an RGB table.

Example:

Light = getLight("DayNightLight")
-- Set to red
setLightColor(Light, {255, 0, 0})
-- Set to green
setLightColor(Light, {0, 255, 0})
-- Set to cyan
setLightColor(Light, {0, 255, 255})
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox