pteSetActiveLppColorLock
pteSetActiveLppColorLock(
{ t | nil }
[ w_windowId ]
)
=> t / nil
Description
Locks or unlocks the color on the current active layer-purpose pair.
Before you can set the lock state, you must set the color to mask1Color or mask2Color by using pteSetActiveLppColor.
The pteSetActiveLppColorLock SKILL function does not change the lock state when using the default color. To change the lock state of the default color, use
Arguments
|
ID of the window in which you want to lock or unlock the color specified for the active layer-purpose pair. |
Value Returned
|
The color was locked or unlocked on the active layer-purpose pair. |
|
Examples
pteSetActiveLppColorLock(t)
pteSetActiveLppColorLock(nil window(2))
Return to top