Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 413 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 413 Bytes

Changelog

Version 0.1.1

  • minor fix

Version 0.1.0 (Initial Release)

  • Added HexColorValue class to generate Color objects from hexadecimal color values.
  • Implemented opacity functionality with the OpacityValue enum, allowing users to specify opacity levels for colors.
  • Added lightening effect to lighten colors by a specified amount.
  • Provided examples and usage instructions in the README file.