| 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; } |
| 233 | static Color Blue() { return BLUE; } |
nothing calls this directly
no outgoing calls
no test coverage detected