SPECIFIC BUG: Fix color hash function to properly return RGB values, right now returns only RBB
With some string values, the generated colors from the color hash algorithm are close in shade - making it difficult to distinguish. Algorithm needs updates to ensure more distinct colors are generated.
Example: Source values of 00:00:00:00:00:01 vs. 00:00:00:00:00:02 vs. 00:00:00:00:00:03
SPECIFIC BUG: Fix color hash function to properly return RGB values, right now returns only RBB
With some string values, the generated colors from the color hash algorithm are close in shade - making it difficult to distinguish. Algorithm needs updates to ensure more distinct colors are generated.
Example: Source values of
00:00:00:00:00:01vs.00:00:00:00:00:02vs.00:00:00:00:00:03