summaryrefslogtreecommitdiff
path: root/doc/api.texi
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-12-05 15:31:53 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-12-05 15:31:53 -0500
commit3821e81fd0b61e719b7d9582f2ffcc38078256af (patch)
treeda11777847ad8ee6c898dbf853f61424490d0b74 /doc/api.texi
parent20936b200808e8c9b777497fd7f450c7ca899e1b (diff)
render: Rename get-texture-alpha-mod to texture-alpha-mode.
Diffstat (limited to 'doc/api.texi')
-rw-r--r--doc/api.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 2e6cb9f..13a8800 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -1229,7 +1229,7 @@ Free the memory used by @var{texture}.
Get color mod of @var{texture} as a list of the integers.
@end deffn
-@deffn {Procedure} get-texture-alpha-mod texture
+@deffn {Procedure} texture-alpha-mod texture
Get alpha mod of @var{texture} as a single integer.
@end deffn