MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / brighten

Function brighten

graphs/style.py:74–76  ·  view source on GitHub ↗
(hsl)

Source from the content-addressed store, hash-verified

72
73
74def brighten(hsl):
75 h, s, l = hsl
76 return h, s * 0.5, l + (1 - l) * 0.5
77
78
79LIGHTNESSES = OrderedDict([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected