Skip to content

Releases: bsoyka/pigment

Python 3.5 - 3.6 support

05 Jan 16:24
Compare
Choose a tag to compare

Changed

  • Added official support for Python 3.5 and 3.6

Random colors

05 Jan 14:35
Compare
Choose a tag to compare

Added

  • Color.random class method to generate a random color

Changed

  • Updated the method used to blend colors

Color special methods

04 Jan 01:48
Compare
Choose a tag to compare

Added

  • Equivalence (equality) checking for Color objects
  • repr method for Color objects

Changed

  • Updated documentation pages
  • Made support official for only Python 3.7 - 3.9

Fix blend function

03 Jan 18:52
Compare
Choose a tag to compare

Fixed

  • blend function

Hue and CSS color names

03 Jan 16:09
Compare
Choose a tag to compare

Added

  • Color.from_css_name class method
  • Color.hue property

Fix HSV and HLS setters

03 Jan 15:20
Compare
Choose a tag to compare

Fixed

  • Color.hsv and Color.hls setters

Initial release

02 Jan 19:38
Compare
Choose a tag to compare

Added

  • Color class with editable properties cmyk, hex_code, hls, hsv, and rgb
  • blend function to blend two colors together
  • normalize_hex function to normalize hex codes