mirror of
https://github.com/ppy/osu
synced 2025-02-13 16:47:38 +00:00
Update specified link
This commit is contained in:
parent
1437772711
commit
c96a76df67
@ -51,7 +51,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private Color4 getColour(float saturation, float lightness) => Color4.FromHsl(new Vector4(getBaseHue(colourScheme), saturation, lightness, 1));
|
private Color4 getColour(float saturation, float lightness) => Color4.FromHsl(new Vector4(getBaseHue(colourScheme), saturation, lightness, 1));
|
||||||
|
|
||||||
// See https://github.com/ppy/osu-web/blob/4218c288292d7c810b619075471eaea8bbb8f9d8/app/helpers.php#L1463
|
// See https://github.com/ppy/osu-web/blob/5a536d217a21582aad999db50a981003d3ad5659/app/helpers.php#L1620-L1628
|
||||||
private static float getBaseHue(OverlayColourScheme colourScheme)
|
private static float getBaseHue(OverlayColourScheme colourScheme)
|
||||||
{
|
{
|
||||||
switch (colourScheme)
|
switch (colourScheme)
|
||||||
|
Loading…
Reference in New Issue
Block a user