uni_color_name 0.3.0
uni_color_name: ^0.3.0 copied to clipboard
Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.
Changelog #
All notable changes to the project UniColorName will be documented in this file.
See Conventional Commits for commit guidelines.
0.3.0 #
- Generalized
UniColorandPalette. - Closest color with various color distance formulas.
- Introduced converters to
UniPalette. WIP. - Introduced the factory
UniPalette.list(). - Introduced
UniColor<int>.i256: returns a 1-dimension index for the channel range [0; 255]. - Stabilized
UniPalette.file(). - Updated
README.
0.2.0 #
- Extended
ColorModelandPalette. - Introduced extensions for
UniColorandIntUniColor. - Updated
README.
0.1.0 #
- Initial release.