GE Lua Documentation

Press F to search!

StyleColorsLight

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:59
function M.StyleColorsLight(ImGuiStyle_dst)
  -- ImGuiStyle_dst is optional and can be nil
  imgui.StyleColorsLight(ImGuiStyle_dst)
end

Callers

@/lua/ge/extensions/trackbuilder/trackBuilder.lua
    style.colorYellow, style.colorRed, style.colorGreen = im.ImVec4(0.6,0.5,0,1),im.ImVec4(0.8,0,0,1),im.ImVec4(0,0.5,0,1)
    im.StyleColorsLight(im.GetStyle())
  else
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  -- ImGuiStyle_dst is optional and can be nil
  imgui.StyleColorsLight(ImGuiStyle_dst)
end