Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:gtaylor/python-colormath
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Mar 20, 2014
2 parents d27ab53 + 4be5b82 commit a7f11bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
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

0 comments on commit a7f11bb

Please sign in to comment.