* Generate image: checked */
| 147 | * Generate image: checked |
| 148 | */ |
| 149 | static ::Image Checked( |
| 150 | int width, |
| 151 | int height, |
| 152 | int checksX, |
| 153 | int checksY, |
| 154 | ::Color col1 = {255, 255, 255, 255}, |
| 155 | ::Color col2 = {0, 0, 0, 255}) { |
| 156 | return ::GenImageChecked(width, height, checksX, checksY, col1, col2); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Generate image: white noise |
nothing calls this directly
no outgoing calls
no test coverage detected