getStockColor
Definition
-- @/=[C]:-1
function getStockColor(...)
Callers
@/lua/ge/extensions/editor/api/gui.lua
elseif tblLength == 1 then
local col = getStockColor(res[1])
if col ~= nil then
@/lua/ge/extensions/trackbuilder/trackBuilder.lua
--if debug then log('I', logTag, "Get stock color of " .. color) end
local col = getStockColor(color)
if col ~= nil then
@/lua/ge/extensions/util/trackBuilder/materialUtil.lua
--if debug then log('I', logTag, "Get stock color of " .. color) end
local col = getStockColor(color)
if col ~= nil then