GE Lua Documentation

Press F to search!

StyleColorsDark

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  -- ImGuiStyle_dst is optional and can be nil
  imgui.StyleColorsDark(ImGuiStyle_dst)
end