소스 검색

Remove app.inverted

Kentaro Wada 7 년 전
부모
커밋
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: