j4321 / tkColorPicker

Color picker dialog for Tkinter, alternative to tkinter.colorchooser
https://pypi.python.org/pypi/tkcolorpicker
GNU General Public License v3.0
19 stars 7 forks source link

Alpha channel #2

Closed j4321 closed 7 years ago

j4321 commented 7 years ago

Add optional alpha channel for the color picker dialog.

codecov[bot] commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 9.96%. The diff coverage is 95.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage    86.7%   96.67%   +9.96%     
==========================================
  Files           2        2              
  Lines         662     1142     +480     
==========================================
+ Hits          574     1104     +530     
+ Misses         88       38      -50
Impacted Files Coverage Δ
tests.py 99.45% <100%> (+0.74%) :arrow_up:
tkcolorpicker.py 95.33% <93.17%> (+12.33%) :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 c03796c...7538a09. Read the comment docs.