[Color 4] Do a full re-read and revision (#3869)

Co-authored-by: Jennifer Thakar <jathak@google.com>
This commit is contained in:
Natalie Weizenbaum 2024-07-17 18:21:46 -07:00 committed by GitHub
parent 6690da3822
commit 4515cf6add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 498 additions and 557 deletions

View File

@ -1,3 +1,21 @@
## Draft 1.20
* Many small wording and consistency changes.
* Remove outdated references to the possibility of unknown color spaces.
* Remove an outdated reference to the `specified` hue interpolation method.
* Make `color.complement()` and `color.invert()` produce errors when color
channels are missing, for forwards-compatibility.
* When passing a legacy color to a color manipulation function that operates in
another space, ensure that channels aren't marked as `none` in the conversion
back to the legacy color.
* Properly include alpha as the *first* channel in `color.ie-hex-str()` rather
than the last.
## Draft 1.19
* Be stricter about which colors are allowed with slash-separated strings at the

File diff suppressed because it is too large Load Diff