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