* Generate image: cellular algorithm. Bigger tileSize means bigger cells */
| 167 | * Generate image: cellular algorithm. Bigger tileSize means bigger cells |
| 168 | */ |
| 169 | static ::Image Cellular(int width, int height, int tileSize) { return ::GenImageCellular(width, height, tileSize); } |
| 170 | |
| 171 | /** |
| 172 | * Get clipboard image content. |
nothing calls this directly
no outgoing calls
no test coverage detected