chatterino, fix, rice, colorslum[27u[27u[27u[27u[27u
This commit is contained in:
@@ -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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user