Return the alpha value used for blending - not supported on all backends.
(self)
| 886 | self.stale = True |
| 887 | |
| 888 | def get_alpha(self): |
| 889 | """ |
| 890 | Return the alpha value used for blending - not supported on all |
| 891 | backends. |
| 892 | """ |
| 893 | return self._alpha |
| 894 | |
| 895 | def get_visible(self): |
| 896 | """Return the visibility.""" |
no outgoing calls