ColorHelper
ColorHelper copied to clipboard
Added the method 'GetRandomColorExact' to be able to use the ColorHelper for example in LINQ and other places where it has to be more exact
-
the parameter 'hashCode' allows to use additional a hashcode for calculating the random number so its more exact then only using the milliseconds.
-
the parameter 'colorTheme' allows to specify a color theme by enum(Default,Light,Dark)