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

Clamp and hsb colors #582

Merged
merged 5 commits into from
Dec 1, 2024
Merged

Clamp and hsb colors #582

merged 5 commits into from
Dec 1, 2024

Commits on Nov 29, 2024

  1. Added _CLAMP function

    - also adapted _MIN/_MAX to use the new _IIF function
    RhoSigma-QB64 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    085809c View commit details
    Browse the repository at this point in the history
  2. Added HSB colorspace functions

    - helper functions _HSBtoRGB and _RGBtoHSB for conversion
    - convenience functions _HSB32, _HSBA32 and _HUE32, _SATURATION32, _BRIGHTNES32 in symetry to the RGB functions
    RhoSigma-QB64 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e5f528a View commit details
    Browse the repository at this point in the history
  3. Adapted color test

    RhoSigma-QB64 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8cb376f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

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

Commits on Dec 1, 2024

  1. Silence unused variable warning

    - argument s$ wasn't used, since the token is DIM SHARED and accessed directly in the function
    RhoSigma-QB64 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    7ee7930 View commit details
    Browse the repository at this point in the history