Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EcomDev/color
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: EcomDev/color
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/rgb-color-space
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 28 files changed
  • 1 contributor

Commits on May 22, 2018

  1. * Add Color Serializers:

       - Gamma Curve
       - sRGB
    * Remove Tristimulus data model, stick to basic array
    IvanChepurnyi committed May 22, 2018
    Configuration menu
    Copy the full SHA
    455de4f View commit details
    Browse the repository at this point in the history
  2. Color Spaces:

    - Color Encoding (Gama, SRGB)
    - Tristimus transformation matrix calculations
    - Creating color space from primaries and white-point
    IvanChepurnyi committed May 22, 2018
    Configuration menu
    Copy the full SHA
    e1f3c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5f3000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21ec0f8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. - Tristimulus factory for creating color from RGB, Lab color

    - AppleRGB color space tests
    - SRGB color space test
    - Optimized matrix for color multiplication
    IvanChepurnyi committed May 28, 2018
    Configuration menu
    Copy the full SHA
    df27e5b View commit details
    Browse the repository at this point in the history
Loading