Browse Source

Remove app.inverted

Kentaro Wada 6 năm trước cách đây
mục cha
commit
a84001c9db
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      labelme/app.py

+ 0 - 4
labelme/app.py

@@ -1336,10 +1336,6 @@ class MainWindow(QtWidgets.QMainWindow, WindowMixin):
         return images
 
 
-def inverted(color):
-    return QtGui.QColor(*[255 - v for v in color.getRgb()])
-
-
 def read(filename, default=None):
     try:
         with open(filename, 'rb') as f: