- minor fix
- 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.