All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Tune
is_bright
to a more acceptable value
- Fix red/green color components returning incorrect values (this led to
hsv
,is_greyscale
,perceived_brightness
, and all other derivative properties being incorrect...) - Resolve
NameError
inas_srgb_color
andas_lab_color
when colormath was installed
- Resolve
ImportError
when colormath not installed
- Improve display of background color swatches
- Resolve incorrect typing for color members on Fore256/Back256
- Include license and changelog in source distribution
- Added
Fore256
andBack256
classes for controlling foreground/background color - Added utilities for printing colours in various formats
- Added utilities for automatically finding differentiated colours