GUI_BackgroundColorChanged
Callback event that is called when the CAD drawing background color changes.
Related method
Callback Parameters
color: string — the html color currently active.
Example
RxCore.GUI_BackgroundColorChanged.connect(function (color){
console.log("color changed to ", color);
});