GenImageCellular method

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

Implementation

ImageC GenImageCellular(int width, int height, int tileSize) {
  return _GenImageCellular(width, height, tileSize);
}