MCPcopy 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
69def darken(hsl):
70 h, s, l = hsl
71 return h, s * 0.5, l * 0.7
72
73
74def brighten(hsl):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected