MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / alpha

Method alpha

src/__init__.py:13562–13564  ·  view source on GitHub ↗

Indicates presence of alpha channel.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 5

_insert_imageMethod · 0.80
__init__Method · 0.80
copyMethod · 0.80
set_alphaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected