vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
319 stars 41 forks source link

Add Colour class (equivalent to Color) #46

Open ahmadSibai opened 6 years ago

ahmadSibai commented 6 years ago

Since the package name is colour (with 'u'), having a class name 'color' is a bit imperfect, thus having a 'colour' class would nail it.

codecov[bot] commented 6 years ago

Codecov Report

Merging #46 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   99.13%   99.14%   +<.01%     
==========================================
  Files           1        1              
  Lines         232      233       +1     
==========================================
+ Hits          230      231       +1     
  Misses          2        2
Impacted Files Coverage Δ
colour.py 99.14% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11f138e...df170e6. Read the comment docs.