| 75 | } |
| 76 | |
| 77 | void DrawGradient(::Color topLeft, ::Color bottomLeft, ::Color bottomRight, ::Color topRight) const { |
| 78 | ::DrawRectangleGradientEx(*this, topLeft, bottomLeft, bottomRight, topRight); |
| 79 | } |
| 80 | |
| 81 | void DrawLines(::Color color) const { |
| 82 | ::DrawRectangleLines( |
nothing calls this directly
no outgoing calls
no test coverage detected