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
Value Returned
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