MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Cellular

Method Cellular

include/Image.hpp:169–169  ·  view source on GitHub ↗

* Generate image: cellular algorithm. Bigger tileSize means bigger cells */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected