| 227 | static Color Red() { return RED; } |
| 228 | static Color Maroon() { return MAROON; } |
| 229 | static Color Green() { return GREEN; } |
| 230 | static Color Lime() { return LIME; } |
| 231 | static Color DarkGreen() { return DARKGREEN; } |
| 232 | static Color SkyBlue() { return SKYBLUE; } |
nothing calls this directly
no outgoing calls
no test coverage detected