From 1d021956f595f02e16e332f8e27a6a17acaa3e13 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jul 2015 21:25:51 +1000 Subject: Remove redundant lists, link instead --- doc/python_api/rst/bge.texture.rst | 74 ++++++-------------------------------- 1 file changed, 10 insertions(+), 64 deletions(-) (limited to 'doc/python_api/rst/bge.texture.rst') diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst index f7449592aa1..4588a3e1800 100644 --- a/doc/python_api/rst/bge.texture.rst +++ b/doc/python_api/rst/bge.texture.rst @@ -75,14 +75,7 @@ Video classes Video status. (readonly) :type: int - :value: one of... - - * :data:`SOURCE_ERROR` - * :data:`SOURCE_EMPTY` - * :data:`SOURCE_READY` - * :data:`SOURCE_PLAYING` - * :data:`SOURCE_STOPPED` - + :value: see `FFmpeg Video and Image Status`_. .. attribute:: range @@ -184,14 +177,8 @@ Video classes Refresh video - get its status. - :return: The video's status, one of... - - * :data:`SOURCE_ERROR` - * :data:`SOURCE_EMPTY` - * :data:`SOURCE_READY` - * :data:`SOURCE_PLAYING` - * :data:`SOURCE_STOPPED` - + :value: see `FFmpeg Video and Image Status`_. + :rtype: int ************* @@ -210,13 +197,7 @@ Image classes Image status. (readonly) :type: int - :value: one of... - - * :data:`SOURCE_ERROR` - * :data:`SOURCE_EMPTY` - * :data:`SOURCE_READY` - * :data:`SOURCE_PLAYING` - * :data:`SOURCE_STOPPED` + :value: see `FFmpeg Video and Image Status`_. .. attribute:: valid @@ -267,14 +248,8 @@ Image classes Refresh image, i.e. load it. - :return: the video's status, one of... - - * :data:`SOURCE_ERROR` - * :data:`SOURCE_EMPTY` - * :data:`SOURCE_READY` - * :data:`SOURCE_PLAYING` - * :data:`SOURCE_STOPPED` - + :value: see `FFmpeg Video and Image Status`_. + :rtype: int .. method:: reload(newname=None) @@ -350,36 +325,7 @@ Image classes :type positionX: int :arg positionY: Upper boundary of the region to be drawn on. :type positionY: int - :arg mode: Drawing mode, one of... (optional) - - * :data:`IMB_BLEND_MIX` - * :data:`IMB_BLEND_ADD` - * :data:`IMB_BLEND_SUB` - * :data:`IMB_BLEND_MUL` - * :data:`IMB_BLEND_LIGHTEN` - * :data:`IMB_BLEND_DARKEN` - * :data:`IMB_BLEND_ERASE_ALPHA` - * :data:`IMB_BLEND_ADD_ALPHA` - * :data:`IMB_BLEND_OVERLAY` - * :data:`IMB_BLEND_HARDLIGHT` - * :data:`IMB_BLEND_COLORBURN` - * :data:`IMB_BLEND_LINEARBURN` - * :data:`IMB_BLEND_COLORDODGE` - * :data:`IMB_BLEND_SCREEN` - * :data:`IMB_BLEND_SOFTLIGHT` - * :data:`IMB_BLEND_PINLIGHT` - * :data:`IMB_BLEND_VIVIDLIGHT` - * :data:`IMB_BLEND_LINEARLIGHT` - * :data:`IMB_BLEND_DIFFERENCE` - * :data:`IMB_BLEND_EXCLUSION` - * :data:`IMB_BLEND_HUE` - * :data:`IMB_BLEND_SATURATION` - * :data:`IMB_BLEND_LUMINOSITY` - * :data:`IMB_BLEND_COLOR` - * :data:`IMB_BLEND_COPY` - * :data:`IMB_BLEND_COPY_RGB` - * :data:`IMB_BLEND_COPY_ALPHA` - + :arg mode: Drawing mode, see `Image Blending Modes`_. :type mode: int @@ -1100,8 +1046,8 @@ Functions Constants ********* -FFmpeg video and image statuses -+++++++++++++++++++++++++++++++ +FFmpeg Video and Image Status ++++++++++++++++++++++++++++++ .. data:: SOURCE_ERROR @@ -1115,7 +1061,7 @@ FFmpeg video and image statuses .. data:: SOURCE_STOPPED -Image blending modes +Image Blending Modes ++++++++++++++++++++ See Wikipedia's `Blend Modes `_ for reference. -- cgit v1.2.3