Graphics utilities.
AUTHORS:
Since EPS files do not permit the drawing of transparency, this method converts a color and its alpha value into a standard RGB color against a background. :param color: Opaque Matplotlib color to convert. :param alpha: Normalized alpha value (0=transparent, 1=opaque) :param background: Opaque Matplotlib background color. :return: RGB value as normalized list of 3 floats.