SetLightColor

From MaratisWiki
Revision as of 00:30, 9 February 2014 by Dahnielson (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

setLightColor(object, color)

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

  • object : object to operate on
  • color : rgb color table
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