Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

drDeleteColor

drDeleteColor( 
tx_display
t_colorName 
) 
=> t / nil

Description

Deletes the definition of the specified color for the specified display device from virtual memory. The program does not check to see if any other definitions use this display device.

Arguments

tx_display

The display device name or identifier.

t_colorName

The color name.

Value Returned

t

The specified color was deleted.

nil

The color does not exist for the specified display device.

Examples

drDeleteColor("psb" "purple")
=> t

Deletes the color purple for the psb display device from virtual memory.

drDeleteColor(27832 "purple")
=> t

Deletes the color purple for the display device with the identifier 27832 from virtual memory.


Return to top
 ⠀
X