doc: Added doc for flipped kwarg of Texture.save

This commit is contained in:
Alexander Taylor 2014-07-27 22:40:35 +01:00
parent 50ca1a866f
commit 079704eaa9
2 changed files with 6 additions and 0 deletions

View File

@ -688,6 +688,9 @@ class Image(EventDispatcher):
been heavilly tested so some providers might break when using it.
Any other extensions are not officially supported.
The flipped parameter flips the saved image vertically, and
defaults to True.
Example::
# Save an core image object

View File

@ -1025,6 +1025,9 @@ cdef class Texture:
'''Save the texture content to a file. Check
:meth:`kivy.core.image.Image.save` for more information.
The flipped parameter flips the saved image vertically, and
defaults to True.
.. versionadded:: 1.7.0
.. versionchanged:: 1.8.0