public void SetNotUsableColor(int redNotUsable,
int greenNotUsable, int blueNotUsable)
Description
Sets the color that indicates an object is currently unusable (as in the cases where there are missing files or bad parameter definitions). The defaults are:
redNotUsable = 255; greenNotUsable= 0; blueNotUsable = 0
Comments
0 comments
Please sign in to leave a comment.