Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ darken
Function
darken
graphs/style.py:69–71 ·
view source on GitHub ↗
(hsl)
Source
from the content-addressed store, hash-verified
67
68
69
def
darken(hsl):
70
h, s, l = hsl
71
return
h, s * 0.5, l * 0.7
72
73
74
def
brighten(hsl):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected