def hex_to_yiq()

in colorSchemeTool.py [0:0]


def hex_to_yiq(color):
    return colorsys.rgb_to_yiq(*hex_to_rgb(color))