JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
77 stars 35 forks source link

Update `gamutmin`/`gamutmax` based on sRGB gamut #254

Closed kimikage closed 3 years ago

kimikage commented 3 years ago

Fixes #125

codecov[bot] commented 3 years ago

Codecov Report

Merging #254 (4dd5b68) into master (5e3aeb5) will increase coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
+ Coverage   82.64%   82.85%   +0.20%     
==========================================
  Files           8        8              
  Lines         755      764       +9     
==========================================
+ Hits          624      633       +9     
  Misses        131      131              
Impacted Files Coverage Δ
src/operations.jl 98.37% <100.00%> (+0.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e3aeb5...4dd5b68. Read the comment docs.

kimikage commented 3 years ago

If you notice any inappropriate values, please report them. Perhaps the values for YCbCr needs to be redefined.