- Add basic documentation and tests for
Color
struct
- Update distance formula to more directly use the Euclidean distance formula
- Add a lightness and saturation adjustment function for >=
base08
and increase the lightness if the weighting is too low
- Use latest
tinted-builder
crate
- Add error fallback for unsupported
SchemeVariant
- Export
System
andVariant
variants fromtinted-builder
and remove enum definitions intinted-scheme-extractor
crate
- Use latest tinted-builder which wraps all printed scheme properties in double quotes
- Use latest tinted-builder which also has a
.to_hex
prefix hash fix
- Don't return hash when returning value with
.to_hex
method
- Update
tinted-builder
package
- Update
tinted-builder
package since it includesScheme
structSerialize
bugfix
- Add Base24 support
- Initial release