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

Add shorthand method for creating a Color from RGB components #73

Merged
merged 2 commits into from
Sep 12, 2022

Commits on Aug 21, 2022

  1. Add shorthand method for creating a Color from RGB components

    Allows an Rgb Color variant to be created as if it was a tuple variant
    while maintaining the named fields of the struct type.
    
    Fixes mikaelmello#41
    tpoliaw committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    8ad4642 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    fec81c3 View commit details
    Browse the repository at this point in the history