Skip to content

Commit

Permalink
Added setSettings()
Browse files Browse the repository at this point in the history
...and a pre-emptive apology for potentially perceived pedantry.
  • Loading branch information
bbb999 committed Nov 28, 2018
1 parent c75f4b6 commit 2706486
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 5 - Sequence object/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,28 @@ Returns a sequence settings structure.
| | - 1 ALPHACHANNEL_UPPERFIRST |
| | - 2 ALPHACHANNEL_LOWERFIRST |
+----------------------------+------------------------------------------------------------+
----

.. _sequence.setSettings:

setSettings()
*********************************************

``sequence.setSettings(sequenceSettings)``

**Description**

Sets the settings of the current sequence. *[Editorial: I apologize for any perceived pedantry; sometimes, obvious documentation needs to be obvious. -bbb]*

**Parameters**

``sequenceSettings`` is a sequence settings structure, obtained via `sequence.getSettings_`.

**Returns**

Returns 0 if successful.



----

Expand Down

0 comments on commit 2706486

Please sign in to comment.