Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Releases: Coder-Spirit/ColorSharp

0.11 - Lem

26 Feb 16:55
Compare
Choose a tag to compare
  • Added CCT (Correlated Color Temparature) computation.
  • Added Duv (Distance on CIE's 1960 UCS/Yuv color space) computation.

0.10 - Bradbury

25 Feb 12:38
Compare
Choose a tag to compare

Project Handling

  • Until we have more contributors, removed the references to contributors for
    every release in the CHANGELOG file.
  • Connected the ColorSharp GIT repository to Gitter in order to make possible
    only & real-time assistance to users and other programmers.
  • Connected the project to Gitcolony. This is an experiment, and only will be
    useful if more programmers join to the project.
  • Added a basic CONTRIBUTING guidelines file.

Changes

  • Added the illuminants B, C, D50 and D55.
  • Added the CIE's 1964 10º matching functions.
  • Added black body spectrums for given CCTs.
  • Replaced the CIE's 1931 2º matching functions data with more precisa data.
  • Minor improvements in spectrum->color conversions, splitted spectrum->color
    conversion strategies from color->color conversion strategies.
  • Improved XML documentation.
  • Removed MathNet.Numerics dependency.

0.9.3 - Tolkien

17 Feb 11:00
Compare
Choose a tag to compare
  • Fixed regression introduced in 0.9.2 .

0.9.2 - Tolkien

17 Feb 07:06
Compare
Choose a tag to compare

0.9.1 - Rothfuss

13 Jan 14:55
Compare
Choose a tag to compare

Contributors

Changes

  • Added CIE's 1960 UVW color space
  • Less destructive conversions (now the data is better preserved)
  • Now ToSRGB, ToCIExyY and ToCIEUVW are virtual methods, not abstract.
  • Updated MathNet.Numerics dependency.

0.8.3 - Scott Card

30 Dec 19:56
Compare
Choose a tag to compare

Contributors

Changes

  • Updated MathNet.Numerics dependency
  • Added HashCode to light spectrum objects
  • Minor performance tweaks

0.8.2 - Skinner

30 Dec 19:55
Compare
Choose a tag to compare

Contributors

Minor changes

  • Added new constructor to the RegularLightSpectrum class.

0.8.1 - K.Dick

30 Dec 19:54
Compare
Choose a tag to compare

Contributors

Bugfixes

  • Fixed D65 spectrum data points.

0.8.0 - C.Clarke

30 Dec 19:52
Compare
Choose a tag to compare

Contributors

Changes

  • Added Illuminants (only D65)
  • Added more precise matching functions
  • Improved XML documentation
  • Increased unit testing coverage
  • Improved class constructors flexibility
  • Exposed more immutable properties

0.7.0 - Sagan

30 Dec 19:50
Compare
Choose a tag to compare

Contributors

Changes

  • Big refactor:
    • Removed the colors conversion path search mechanism.
    • Now is less flexible, but more efficient and simple.
    • Now it's better to use the non type-parametric conversion methods.
    • WARNING: Now we assume that Y=1 in CIE's xyY or XYZ color spaces is the luminance of the white point.
    • WARNING: Breaks API.