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 color.tint and color.shade operations #246

Closed
wants to merge 4 commits into from

Commits on Oct 19, 2020

  1. Add missing doc for color.mix

    tremby committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    13b53c7 View commit details
    Browse the repository at this point in the history
  2. Generate docs

    tremby committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0a7f607 View commit details
    Browse the repository at this point in the history
  3. Add color.tint and color.shade operations

    These produce tints and shades of the color, i.e. mix with either white
    or black at a given ratio.
    
    See https://en.wikipedia.org/wiki/Tints_and_shades
    
    Closes gka#235
    tremby committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    39b8dff View commit details
    Browse the repository at this point in the history
  4. Generate bundles and docs

    tremby committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b94d5fd View commit details
    Browse the repository at this point in the history