You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current implementation of the color generation does not respect contrast, which can lead to highly suboptimal results.
I would propose the following:
from stackoverflow
implement this lookup table if there are less then 22 colors
if we need more, we should try to split the hsv color space in like 3 saturations and then try to jump in the saturation. (Currently we are only changing the saturation)
The text was updated successfully, but these errors were encountered:
the current implementation of the color generation does not respect contrast, which can lead to highly suboptimal results.
I would propose the following:
from stackoverflow
implement this lookup table if there are less then 22 colors
if we need more, we should try to split the hsv color space in like 3 saturations and then try to jump in the saturation. (Currently we are only changing the saturation)
The text was updated successfully, but these errors were encountered: