some brightness change idk

This commit is contained in:
JISAUAY 2025-05-28 09:17:27 -05:00
parent faff798cfa
commit cb6e1ffc38

View File

@ -214,8 +214,8 @@ class CTIF:
# Make the bright colors brighter and the darks darker
if v >= 0.5:
v *= 1.5
# else:
# v *= 0.5
else:
v *= 1.25
r, g, b = colorsys.hsv_to_rgb(h, s, v)