diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi index 288d0a6..8a352a4 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1254,6 +1254,11 @@ Set the color mod of @var{texture}. Set the alpha mod of @var{texture}. @end deffn +@deffn {Procedure} set-texture-blend-mode! texture blend-mode +Set the blend of @var{texture} to @var{blend-mode}. @xref{Blend +Modes} for more information. +@end deffn + @node Blend Modes @section Blend Modes |