Skip to content

Commit

Permalink
Merge pull request ddnet#8783 from Robyt3/Menus-Skin-ColorPicker-Cleanup
Browse files Browse the repository at this point in the history
Use HSLA scrollbar color picker for 0.7 tee settings, refactor HSLA scrollbar color picker rendering
  • Loading branch information
def- authored Aug 21, 2024
2 parents db9b5f5 + 992f235 commit 4dc7346
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 229 deletions.
2 changes: 1 addition & 1 deletion src/game/client/components/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ class CMenus : public CComponent
// found in menus_settings.cpp
void RenderSettingsDDNet(CUIRect MainView);
void RenderSettingsAppearance(CUIRect MainView);
ColorHSLA RenderHSLScrollbars(CUIRect *pRect, unsigned int *pColor, bool Alpha = false, bool ClampedLight = false);
bool RenderHslaScrollbars(CUIRect *pRect, unsigned int *pColor, bool Alpha, float DarkestLight);

CServerProcess m_ServerProcess;
};
Expand Down
Loading

0 comments on commit 4dc7346

Please sign in to comment.