mirror of https://github.com/kivy/kivy.git
doc: Added doc for flipped kwarg of Texture.save
This commit is contained in:
parent
50ca1a866f
commit
079704eaa9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue