Is there a way to check if a user has input a valid color from the graphics color library? I'm planning to write a getValidColor() function for my program that accepts input from a user in the form of a string (i.e. "white" "blue" etc.) Help?