GenImageCellular function

ImageD GenImageCellular(
  1. num width,
  2. num height,
  3. num tileSize
)

Implementation

ImageD GenImageCellular(
  num width,
  num height,
  num tileSize,
) => _module.GenImageCellular(width, height, tileSize);