GenImageCellular function

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

Implementation

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