drGetColor
drGetColor(tx_displaytx_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
Value Returned
|
A list containing the display device name, color name, and the red, green, blue, and blink values for the color. |
|
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