Convert c to a (n, 4) array of RGBA colors.
If c is a masked array, an ndarray is returned with a (0, 0, 0, 0) row for each masked value or row in c.
If alpha is given, force the alpha value of the returned RGBA tuple to alpha.
If None, the alpha value from c is used. If c does not have an alpha channel, then alpha defaults to 1.
alpha is ignored for the color value "none"
(case-insensitive), which always maps to (0, 0, 0, 0)
.
If alpha is a sequence and c is a single color, c will be repeated to match the length of alpha.
(n, 4) array of RGBA colors, where each channel (red, green, blue, alpha) can assume values between 0 and 1.
matplotlib.colors.to_rgba_array
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.colors.to_rgba_array.html