提交 4d64f02a 编写于 作者: K Kentaro Wada

Remove app.inverted

上级 fa3359b9
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册