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 function to generate random palette based on harmonic color theory #3729

Merged
merged 11 commits into from
Feb 6, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a9bcc75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bccc97d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e2116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e114b84 View commit details
    Browse the repository at this point in the history
  5. added some minor fixes

    -fastled flags
    -gamma correction
    -pass by reference instead of pointer
    DedeHai committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f5ed757 View commit details
    Browse the repository at this point in the history
  6. fixed typos

    DedeHai committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2659055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef6fe43 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. changed randomness and added optimizations

    -added fully random palette function ('the old way', currently just used for initialization)
    -changed randomness values to make it a little less random
    -added 10% chance for pastel color palette
    -now using swap() from std library for shuffeling
    -changed function name
    -moved update check from loadPalette() to handleRandomPalette() saving CPU cycles
    DedeHai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ca05aa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. slight change to color parameters

    added more white, changed function return value of fully random palette function
    DedeHai committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e0f89be View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    66d9e8c View commit details
    Browse the repository at this point in the history
  2. Configuration item for harmonic palettes

    Comment cleanup
    blazoncek committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    41e51bb View commit details
    Browse the repository at this point in the history