| 219 | |
| 220 | static Color LightGray() { return LIGHTGRAY; } |
| 221 | static Color Gray() { return GRAY; } |
| 222 | static Color DarkGray() { return DARKGRAY; } |
| 223 | static Color Yellow() { return YELLOW; } |
| 224 | static Color Gold() { return GOLD; } |
nothing calls this directly
no outgoing calls
no test coverage detected