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: lucasb-eyer/go-colorful
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: lucasb-eyer/go-colorful
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 28, 2025

  1. Update README.md to discuss Oklab and Oklch support

    This was added in #66 and
    released in 1.3.0, but because the list of supported colorspaces was not
    updated, I initially thought that Colorful did not support them.
    shields authored and lucasb-eyer committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    f2a4dc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

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

Commits on Mar 28, 2026

  1. feat: add CSS Color Level 4 wide-gamut RGB color spaces and XYZ D50

    Add constructors, decomposers, and blend functions for the four
    wide-gamut RGB color spaces defined by the CSS Color Level 4 color()
    function, plus XYZ D50 and Bradford chromatic adaptation:
    
    - Display P3 (sRGB transfer function, DCI-P3 primaries)
    - A98 RGB (Adobe RGB 1998)
    - ProPhoto RGB (ROMM RGB, D50 illuminant with Bradford adaptation)
    - Rec. 2020 (ITU-R BT.2020)
    - XYZ D50 (via Bradford D50/D65 chromatic adaptation)
    
    All matrices and transfer functions are from the CSS Color Level 4 spec:
    https://www.w3.org/TR/css-color-4/#color-conversion-code
    
    Closes #81
    
    Assisted-By: Claude Opus 4.6 (1M context) <[email protected]>
    bennypowers authored and lucasb-eyer committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    e7e3399 View commit details
    Browse the repository at this point in the history
  2. feat(HexColor): add fmt.Stringer interface support

    Vladislav authored and lucasb-eyer committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    e898165 View commit details
    Browse the repository at this point in the history
  3. ready for v1.4.0

    lucasb-eyer committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    960803e View commit details
    Browse the repository at this point in the history
Loading