def hex_to_yiq()
in
colorSchemeTool.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def hex_to_yiq(color): return colorsys.rgb_to_yiq(*hex_to_rgb(color))