ColorHelper icon indicating copy to clipboard operation
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

Open DenisMtfl opened this issue 3 years ago • 0 comments

  • 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)

DenisMtfl avatar Mar 19 '22 21:03 DenisMtfl