pteSetActiveLppColor
pteSetActiveLppColor(
{ grayColor | mask1Color | mask2Color }
[ w_windowId ]
)
=> t / nil
Description
Sets the specified color for the active layer-purpose pair. The lock state is set to unlocked.
The pteSetActiveLppColor SKILL function does not change the default color of an active layer. To change the layer default color, use
Arguments
Value Returned
|
The specified color was set for the active layer-purpose pair. |
|
Examples
pteSetActiveLppColor("mask1Color")
pteSetActiveLppColor("mask2Color" window(2))
Return to top