·
1 commit
to main
since this release
- **6.4.17.0219** - Current release
- **Major Feature**: Added color harmony generation functions:
- `GetComplementary()`: Generate complementary colors (180° hue rotation)
- `GetAnalogous()`: Generate analogous color schemes (±30° hue variations)
- `GetTriadic()`: Generate triadic color schemes (120° and 240° hue rotations)
- `GetTetradic()`: Generate tetradic/square color schemes (90°, 180°, 270° rotations)
- **Precision**: All harmony functions preserve saturation and value/lightness, ensuring consistent tone across generated palettes.
- **Testing**: Validated low-saturation stability with near-black colors (#010302) - accurately maintains hue precision at 1.18% brightness.