浏览代码

Remove app.inverted

Kentaro Wada 6 年之前
父节点
当前提交
a84001c9db
共有 1 个文件被更改,包括 0 次插入4 次删除
  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: