Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 19, 2022

  1. Added the method 'GetRandomColorExact' to be able to use the ColorHel…

    …per 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)
    DenisMtfl committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    07558f7 View commit details
    Browse the repository at this point in the history