WRAPPER_API void SetColors(int redReadOnly, int greenReadOnly,
int blueReadOnly,int redNorm, int greenNorm, int blueNorm);
Description
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
}
Comments
0 comments
Please sign in to leave a comment.