diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-05 15:32:21 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-05 15:32:21 -0500 |
commit | 8eefa1f46503ef57b7714183b926dd453f4efe64 (patch) | |
tree | 1f4b682c7006a345808c40632d218d6bb5fd0161 /doc | |
parent | 3821e81fd0b61e719b7d9582f2ffcc38078256af (diff) |
render: Rename get-texture-color-mod to texture-color-mod.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 13a8800..c10cd8d 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1225,7 +1225,7 @@ Convert @var{surface} to a texture suitable for @var{renderer}. Free the memory used by @var{texture}. @end deffn -@deffn {Procedure} get-texture-color-mod texture +@deffn {Procedure} texture-color-mod texture Get color mod of @var{texture} as a list of the integers. @end deffn |