GenImageCellular function

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

See RaylibCoreFlatModule.GenImageCellular.

Implementation

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