コード例 #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])