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