* Generate image: plain color */
| 126 | * Generate image: plain color |
| 127 | */ |
| 128 | static ::Image Color(int width, int height, ::Color color = {255, 255, 255, 255}) { |
| 129 | return ::GenImageColor(width, height, color); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Generate image: linear gradient |
nothing calls this directly
no outgoing calls
no test coverage detected