Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 659 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 659 Bytes

Changelog

Version 0.3.0:

  • derive maxValue and offer maximized() function for a color
  • rename ScientificColorMaps class to ScientificColorMap

Version 0.2.5:

  • make getMatrix() public

Version 0.2.4:

  • Fix discrete50() implementation

Version 0.2.3:

  • Add missing public to mapToColor()
  • Add new tool to generate difference Images

Version 0.2.2:

  • Add enum ColorDeficiency to allow mapping of rgb values to simulated ones.

Version 0.2.1:

  • Fix compile error for iOS applications: asNSColor() not defined

Version 0.2.0:

  • Require iOS version 13 for CGColor
  • Generated files end with newline

Version 0.1.0:

  • First release