diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi index da05e62..8a06690 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1851,8 +1851,8 @@ respectively. Possible values are @code{nearest} and @code{linear}. @var{wrap-s} and @var{wrap-t} describe how to interpret texture coordinates that are greater than @code{1.0}. Possible values are -@code{repeat}, @code{clamp}, @code{clamp-to-border}, and -@code{clamp-to-edge}. +@code{repeat}, @code{mirrored-repeat}, @code{clamp}, +@code{clamp-to-border}, and @code{clamp-to-edge}. For color-keyed images (images where a specific color should be made transparent), specify the appropriate @var{transparent-color}. |