(self)
| 1164 | return mcolors.to_rgba_array(color_array, alpha) |
| 1165 | |
| 1166 | def get_facecolor(self): |
| 1167 | return self._maybe_depth_shade_and_sort_colors(super().get_facecolor()) |
| 1168 | |
| 1169 | def get_edgecolor(self): |
| 1170 | # We need this check here to make sure we do not double-apply the depth |