chatterino, fix, rice, colorslum[27u[27u[27u[27u[27u

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-27 12:55:04 +01:00
parent c031de7fec
commit a2692f6837
3 changed files with 108 additions and 19 deletions

View File

@@ -73,7 +73,7 @@
new_sat = min((sat**0.5) + 0.4, 1)
else:
new_sat = sat
new_lum = max(lum, 0.5)
new_lum = 0.6
r, g, b = hls_to_rgb(h=hue, l=new_lum, s=new_sat)
return [int(r*255), int(g*255), int(b*255)]