colorDblsWritable()
The function returns True when UI manager may change the colorDB.
Synopsis
bool colorDbIsWritable();
Return Value
TRUE when UI manager may change the colorDB and FALSE when NOT.
Description
The function returns True when UI manager may change the colorDB.
Example
main(mapping event) { bool isWr; isWr = colorDbIsWritable(); DebugN("Is writable:", isWr); }
Assignment
Availability
UI