Indicates presence of alpha channel.
(self)
| 13560 | |
| 13561 | @property |
| 13562 | def alpha(self): |
| 13563 | """Indicates presence of alpha channel.""" |
| 13564 | return mupdf.fz_pixmap_alpha(self.this) |
| 13565 | |
| 13566 | def clear_with(self, value=None, bbox=None): |
| 13567 | """Fill all color components with same value.""" |
no outgoing calls
no test coverage detected