示例#1
0
def _get_current_index(color):
    return colors.index([color.stroke, color.fill])
示例#2
0
文件: view.py 项目: Akirato/sugar
def _get_current_index(color):
    return colors.index([color.stroke, color.fill])