WRAPPER_API void SetColors(int redReadOnly, int greenReadOnly, int blueReadOnly,int redNorm, int greenNorm, int blueNorm);
Sets the colors that the editable and non-editable data source objects are displayed in. The defaults are:
RedReadOnly = 0; GreenReadOnly= 0; BlueReadOnly = 0
RedNorm = 0; GreenNorm = 0; BlueNorm = 255