Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Backwards Incompatible changes
* Minimum Python version is now 2.7.
* Color.convert_to() is no more. Use colormath.color_conversions.convert_color()
instead. API isn't as spiffy looking, but it's a lot less magical now.
* RGBColor channels are now [0..1] instead of [1..255]. Can get the upscaled
Can use RGBColor.get_upscaled_value_tuple() to get the upscaled values.
* RGBColor channels are now [0..1] instead of [1..255]. Can use
RGBColor.get_upscaled_value_tuple() to get the upscaled values.
* RGBColor.set_from_rgb_hex() was replaced with a RGBColor.new_from_rgb_hex(),
which returns a properly formed RGBColor object.
* RGBColor no longer accepts observer or illuminant kwargs.
Expand Down