asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
194 stars 96 forks source link

Unreachable RGBA code in `pixelMatchesColor` #85

Open Avasam opened 2 years ago

Avasam commented 2 years ago

pixelMatchesColor can never deal with RGBA because pixel always returns a tuple of length 3