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