What do you think about extending the library with functionality to create similar looking (but yet distinct enough to distinguish) colors from similar strings? The use-case is hat you have a whole family of similar terms that you'd like to assign similar colors to.
From the algorithm perspective, maybe using a similarity hash function whose numeric value gets mapped to hue would work?
What do you think about extending the library with functionality to create similar looking (but yet distinct enough to distinguish) colors from similar strings? The use-case is hat you have a whole family of similar terms that you'd like to assign similar colors to.
From the algorithm perspective, maybe using a similarity hash function whose numeric value gets mapped to hue would work?