示例#1
0
def scalebyiv(color, n):
    from app.contexts.settings import scaleby as f
    return f(color, n, True)
示例#2
0
def complementary(color):
    from app.contexts.settings import complementary as f
    return f(color)
示例#3
0
def theme(color):
    from app.contexts.settings import theme as f
    return f(color)
示例#4
0
def scalebyiv(color, n):
    from app.contexts.settings import scaleby as f
    return f(color, n, True)
示例#5
0
def complementary(color):
    from app.contexts.settings import complementary as f
    return f(color)
示例#6
0
def theme(color):
    from app.contexts.settings import theme as f
    return f(color)