LuaDoc
Index
Files
utils/blockedcache.lua
utils/blockutil.lua
utils/color.lua
utils/constants.lua
utils/fisheryates.lua
utils/init.lua
utils/interpolate.lua
utils/list.lua
utils/log.lua
utils/mapmanipulator.lua
utils/mathutil.lua
utils/noisemanager.lua
utils/pathutil.lua
utils/stopwatch.lua
utils/stringutil.lua
utils/tableutil.lua
utils/tango.lua
utils/test.lua
utils/textureutil.lua
utils/transform.lua
File
utils/color.lua
Functions
Color:new
(red, green, blue)
Creates a new instance of Color.
Functions
Color:new
(red, green, blue)
Creates a new instance of Color.
Parameters
red: The red component, a number between 0 and 255.
green: The green component, a number between 0 and 255.
blue: The blue component, a number between 0 and 255.