JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
78 stars 36 forks source link

Update README.md #253

Closed kimikage closed 3 years ago

kimikage commented 3 years ago

This has been separated from PR #251.

This specifies that 360 is a valid hue in README.md、and adds the reference to chroma and hue, which were introduced in v0.8.1. This also correct the meaning of "L" in Lab/Luv to "Lightness".

Closes #128

codecov[bot] commented 3 years ago

Codecov Report

Merging #253 (5f75ec1) into master (a9b5382) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #253   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files           8        8           
  Lines         737      737           
=======================================
  Hits          608      608           
  Misses        129      129           
Impacted Files Coverage Δ
src/ColorTypes.jl 100.00% <ø> (ø)
src/types.jl 91.38% <100.00%> (ø)

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 a9b5382...5f75ec1. Read the comment docs.

kimikage commented 3 years ago

Anyone can submit a modification to README.md or docstrings which is not related to spec changes at any time. For non-trivial materials, let's discuss them in PR #251.