hexcolor_renderer 0.1.1
hexcolor_renderer: ^0.1.1 copied to clipboard
to render a hexcolor string as material color
Changelog #
0.1.1 #
- minor fix
0.1.0 (Initial Release) #
- Added
HexColorValueclass to generate Color objects from hexadecimal color values. - Implemented opacity functionality with the
OpacityValueenum, 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.