| 239 | static Color Brown() { return BROWN; } |
| 240 | static Color DarkBrown() { return DARKBROWN; } |
| 241 | static Color White() { return WHITE; } |
| 242 | static Color Black() { return BLACK; } |
| 243 | static Color Blank() { return BLANK; } |
| 244 | static Color Magenta() { return MAGENTA; } |
nothing calls this directly
no outgoing calls
no test coverage detected