コード例 #1
0
ファイル: settings.py プロジェクト: WxDLR/WebODM_Index
def scalebyiv(color, n):
    from app.contexts.settings import scaleby as f
    return f(color, n, True)
コード例 #2
0
ファイル: settings.py プロジェクト: WxDLR/WebODM_Index
def complementary(color):
    from app.contexts.settings import complementary as f
    return f(color)
コード例 #3
0
ファイル: settings.py プロジェクト: WxDLR/WebODM_Index
def theme(color):
    from app.contexts.settings import theme as f
    return f(color)
コード例 #4
0
ファイル: settings.py プロジェクト: pierotofy/WebODM
def scalebyiv(color, n):
    from app.contexts.settings import scaleby as f
    return f(color, n, True)
コード例 #5
0
ファイル: settings.py プロジェクト: pierotofy/WebODM
def complementary(color):
    from app.contexts.settings import complementary as f
    return f(color)
コード例 #6
0
ファイル: settings.py プロジェクト: pierotofy/WebODM
def theme(color):
    from app.contexts.settings import theme as f
    return f(color)