|
174 | 174 |
|
175 | 175 | ``(source, dest, area, special_flags)``
|
176 | 176 | - ``special_flags``: (optional) Controls the blending mode for drawing colors.
|
| 177 | + See :doc:`special_flags_list` for a list of possible values. |
177 | 178 |
|
178 | 179 | **Notes**
|
179 | 180 |
|
|
205 | 206 | mode specified by special_flags. The sequence must have at least one (source, dest) pair.
|
206 | 207 |
|
207 | 208 | :param blit_sequence: a sequence of (source, dest)
|
208 |
| - :param special_flags: the flag(s) representing the blend mode used for each surface |
| 209 | + :param special_flags: the flag(s) representing the blend mode used for each surface. |
| 210 | + See :doc:`special_flags_list` for a list of possible values. |
209 | 211 |
|
210 | 212 | :returns: ``None``
|
211 | 213 |
|
|
297 | 299 | the Alpha (A part of ``RGBA``) is ignored unless the surface uses per pixel
|
298 | 300 | alpha (Surface has the ``SRCALPHA`` flag).
|
299 | 301 |
|
300 |
| - .. versionaddedold:: 1.8 |
301 |
| - Optional ``special_flags``: ``BLEND_ADD``, ``BLEND_SUB``, |
302 |
| - ``BLEND_MULT``, ``BLEND_MIN``, ``BLEND_MAX``. |
303 |
| - |
304 |
| - .. versionaddedold:: 1.8.1 |
305 |
| - Optional ``special_flags``: ``BLEND_RGBA_ADD``, ``BLEND_RGBA_SUB``, |
306 |
| - ``BLEND_RGBA_MULT``, ``BLEND_RGBA_MIN``, ``BLEND_RGBA_MAX`` |
307 |
| - ``BLEND_RGB_ADD``, ``BLEND_RGB_SUB``, ``BLEND_RGB_MULT``, |
308 |
| - ``BLEND_RGB_MIN``, ``BLEND_RGB_MAX``. |
| 302 | + The special_flags argument controls how the colors are combined. See :doc:`special_flags_list` |
| 303 | + for a list of possible values. |
309 | 304 |
|
310 | 305 | This will return the affected Surface area.
|
311 | 306 |
|
|
0 commit comments