(Breaks backwards compatibility)
- CMY, CMYK Support
- Color Blending (Additive and Subtractive Mixing)
- Comparison (eq, ne)
- Remove color coordinate properties (direct modification)
Major Bug Fixes
- Hex rounding
- Force alpha between 0 and 1
Other
- Hue (HLS, HSV) in degrees not percent of degrees
- RGB256 alpha in range 0-1, not 0-255
- Force Hex to output in uppercase
- ValueError on bad input
- Extensive documentation on Read the Docs
- Direct modification of color coordinates
- Remove HLS256, HSV256 (critical bug)
- Alpha support
- Add RGB, RGB256, HLS, HSV as formats for Color initialization
- Bug fixes
- HLS, HSV Support
- API changes (setter methods)
- Bug Fixes
- Update to README
- Initial Release
- RGB and Hex support