Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

pteSetShowUnlockedColors

pteSetShowUnlockedColors(
{ t | nil }
[ w_windowId ]
)
=> t / nil

Description

Displays or hides the unlocked colors on shapes.

Arguments

t

Displays the unlocked colors on shapes. This is the default value.

nil

Hides the unlocked colors on shapes.

w_windowId

ID of the window in which you want to display or hide unlocked colors.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The unlocked colors on shapes were displayed or hidden.

nil

The command was unsuccessful.

Examples

pteSetShowUnlockedColors(t)
pteSetShowUnlockedColors(nil window(2))

Return to top
 ⠀
X