(self)
| 904 | return mcolors.to_rgba_array(color_array, alpha) |
| 905 | |
| 906 | def get_facecolor(self): |
| 907 | return self._maybe_depth_shade_and_sort_colors(super().get_facecolor()) |
| 908 | |
| 909 | def get_edgecolor(self): |
| 910 | # We need this check here to make sure we do not double-apply the depth |
no test coverage detected