You are reading an old version of the documentation (v2.1.1). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.to_rgba.html
matplotlib
Fork me on GitHub


Travis-CI:

Table Of Contents

This Page

matplotlib.colors.to_rgba

matplotlib.colors.to_rgba(c, alpha=None)

Convert c to an RGBA color.

If alpha is not None, it forces the alpha value, except if c is “none” (case-insensitive), which always maps to (0, 0, 0, 0).