| 242 | static Color Black() { return BLACK; } |
| 243 | static Color Blank() { return BLANK; } |
| 244 | static Color Magenta() { return MAGENTA; } |
| 245 | static Color RayWhite() { return RAYWHITE; } |
| 246 | protected: |
| 247 | void set(const ::Color& color) { |
nothing calls this directly
no outgoing calls
no test coverage detected