Skip to content

Commit

Permalink
Revert "Fix color mode indices"
Browse files Browse the repository at this point in the history
This reverts commit 23b25b3.
  • Loading branch information
smlu committed Feb 2, 2020
1 parent 23b25b3 commit 1bdd85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-mat/mat.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def clear(self):



INDEXED, RGB, RGBA, = range(1, 4)
INDEXED, RGB, RGBA, = range(3)

color_format = namedtuple('color_format', [
'color_mode',
Expand Down

0 comments on commit 1bdd85f

Please sign in to comment.