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

drGetColor

drGetColor( 
tx_display 
tx_color 
) 
=> l_colorList / nil

Description

Reads virtual memory and returns the display device name, color name, and the red, green, blue, and blink values for the color.

Arguments

tx_display

The display device name or identifier.

tx_color

The color name or index number.

Value Returned

l_colorList

A list containing the display device name, color name, and the red, green, blue, and blink values for the color.

nil

The color does not exist for the specified display device.

Example

drGetColor("psb" "purple")
drGetColor("psb" 7)
drGetColor(27832 "purple")
drGetColor(27832 7)

Reads virtual memory and returns the color definition of purple for the psb display device.


Return to top
 ⠀
X