On 8/26/2011 2:58 PM, Stephan Beal wrote: > * branch-3.7.2 → #9abda6 > * branch-3.7.4 → #99bca5
These really are too close--only 1 away in each of RGB so that the first is just an indiscernible smidgen lighter than the second. > maybe there should be a "minimum distance" between color values? But we > can't know that without comparing against all existing values, which is > of course too much effort. I have no idea what the current algorithm is, but you can enforce minimum distance just by making the algorithm only generate values in steps of 4 (or something like that) instead of 1. Of course this increases the likelihood of outright collisions and not just apparent collisions. -- Joshua Paine LetterBlock: Web Applications Built With Joy http://letterblock.com/ 301-576-1920 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

