summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-06-06 15:07:39 +0200
committerRobin Watts <robin.watts@artifex.com>2016-06-16 18:08:15 +0100
commitfe02a527fe1d309e584ffc3c65a84af829185930 (patch)
treeb838bef82cde1aa23cf839420fff1896f14e00d9 /docs
parentc038cf4db5122259a790aa0f15f391b375f7540a (diff)
downloadmupdf-fe02a527fe1d309e584ffc3c65a84af829185930.tar.xz
Update getStride and add getAlpha to JS bindings.
Diffstat (limited to 'docs')
-rw-r--r--docs/mutool/run.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html
index e82a68bd..3d8f2753 100644
--- a/docs/mutool/run.html
+++ b/docs/mutool/run.html
@@ -228,6 +228,9 @@ tiles of a page.
<dt>Pixmap#getWidth()
<dt>Pixmap#getHeight()
<dt>Pixmap#getNumberOfComponents()
+<dd>Number of colors; plus one if an alpha channel is present.
+<dt>Pixmap#getAlpha()
+<dd>True if alpha channel is present.
<dt>Pixmap#getStride()
<dd>Number of bytes per row.
<dt>Pixmap#getColorSpace()