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

[colorManipulator][perf] Fast color manipulation #43289

Open
wants to merge 52 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

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

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4528659 View commit details
    Browse the repository at this point in the history
  3. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2f0f155 View commit details
    Browse the repository at this point in the history
  4. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1669b6a View commit details
    Browse the repository at this point in the history
  5. refactor: separate folder

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    604f231 View commit details
    Browse the repository at this point in the history
  6. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e0f2573 View commit details
    Browse the repository at this point in the history
  7. feat: add hwb

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e857db8 View commit details
    Browse the repository at this point in the history
  8. update

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7b20c24 View commit details
    Browse the repository at this point in the history
  9. feat: test fast getLuminance

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6a6d557 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50207ce View commit details
    Browse the repository at this point in the history
  11. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    091c677 View commit details
    Browse the repository at this point in the history
  12. test: cleanup

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    39f4045 View commit details
    Browse the repository at this point in the history
  13. cleanup

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8045ca7 View commit details
    Browse the repository at this point in the history
  14. perf: parse using regex

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c9e560d View commit details
    Browse the repository at this point in the history
  15. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    591d30b View commit details
    Browse the repository at this point in the history
  16. feat: darken

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    76f806d View commit details
    Browse the repository at this point in the history
  17. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    02d02d9 View commit details
    Browse the repository at this point in the history
  18. lint

    romgrk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c7ec791 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix

    romgrk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6b8c3d6 View commit details
    Browse the repository at this point in the history
  2. perf: better bitwise usage

    romgrk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c9a4cb2 View commit details
    Browse the repository at this point in the history
  3. perf: fast hex parsing

    romgrk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0a4d155 View commit details
    Browse the repository at this point in the history
  4. lint

    romgrk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dfb3db5 View commit details
    Browse the repository at this point in the history
  5. fix: hwb

    romgrk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1acad10 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 17, 2024

  1. perf: make it *fast*

    romgrk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e7696aa View commit details
    Browse the repository at this point in the history
  2. lint

    romgrk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f333445 View commit details
    Browse the repository at this point in the history
  3. fix: test implementation

    romgrk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    eeb428b View commit details
    Browse the repository at this point in the history
  4. lint

    romgrk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0063647 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. refactor: fit to constraints

    romgrk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6928cbe View commit details
    Browse the repository at this point in the history
  2. fix

    romgrk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9bd0c97 View commit details
    Browse the repository at this point in the history
  3. fix

    romgrk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    16f8375 View commit details
    Browse the repository at this point in the history
  4. lint

    romgrk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ad928df View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. test: make them pass

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0e66380 View commit details
    Browse the repository at this point in the history
  2. test: fixes

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a7fb1b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c10cb View commit details
    Browse the repository at this point in the history
  4. fix: merge conflict

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c3628b7 View commit details
    Browse the repository at this point in the history
  5. lint

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a81e64b View commit details
    Browse the repository at this point in the history
  6. lint

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    91e9cf6 View commit details
    Browse the repository at this point in the history
  7. lint

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    812e8cd View commit details
    Browse the repository at this point in the history
  8. fix

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    01fe0fa View commit details
    Browse the repository at this point in the history
  9. fix: docs

    romgrk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fea13c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    45c5f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d4ad2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix path

    siriwatknp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cf07f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc79939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d508d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c2c15 View commit details
    Browse the repository at this point in the history
  5. use unstable manipulators

    siriwatknp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a2129fb View commit details
    Browse the repository at this point in the history
  6. fix lint

    siriwatknp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    66e4c56 View commit details
    Browse the repository at this point in the history
  7. revert change

    siriwatknp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d222aa6 View commit details
    Browse the repository at this point in the history
  8. remove extractHex

    siriwatknp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    65a7c0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa1d91a View commit details
    Browse the repository at this point in the history