GenImageCellular method

ImageC GenImageCellular(
  1. int width,
  2. int height,
  3. int tileSize
)

Generate image: cellular algorithm, bigger tileSize means bigger cells

Implementation

ImageC GenImageCellular(int width, int height, int tileSize)
  => _GenImageCellular(width, height, tileSize);