mptDoToolbarAction
mptDoToolbarAction(
g_toolbarFunc
)
=> t / nil
Description
Runs the specified Multiple Patterning toolbar function.
Arguments
|
Toggles the color engine on and off. Related function: mptActivate |
||
|
Toggles colors on and off in the canvas. Related function: mptShowMaskColor |
||
|
Shifts the color of the selected shapes, as described in |
||
|
Opens the Related function: mptReColor |
||
|
Checks for color conflicts related to color locking and creates markers in the canvas that are listed in the Annotation Browser in the MPT grouping of the Misc tab, as described in |
||
|
Locks the selected shapes to their current color, or, if no shapes are preselected, locks shapes to their current color as they are selected. |
||
|
Locks the selected shapes to mask1Color, or, if no shapes are preselected, locks shapes to mask1Color as they are selected. |
||
|
Locks the selected shapes to mask2Color, or, if no shapes are preselected, locks shapes to mask2Color as they are selected. |
||
|
Locks the selected shapes to mask3Color, or, if no shapes are preselected, locks shapes to mask3Color as they are selected. |
||
|
Locks the selected shapes to mask4Color, or, if no shapes are preselected, locks shapes to mask4Color as they are selected. |
||
|
Sets the color state for the selected shapes to unlocked, or, if no shapes are preselected, sets the color state for shapes to unlocked as they are selected. |
||
|
Opens the |
||
|
Opens the |
||
|
Opens the Related function: mptPropagateLocks |
||
|
Removes the locked and unlocked color from shapes in the selected set, or, if no shapes are preselected, removes the locked and unlocked color from shapes as they are selected. |
||
|
Opens the |
||
Values Returned
Examples
mptDoToolbarAction( "UnlockAll" )
mptDoToolbarAction( "ShiftColor" )
Shifts the color of the selected shapes.
Return to top