GenImageChecked function

ImageD GenImageChecked(
  1. int width,
  2. int height,
  3. int checksX,
  4. int checksY,
  5. ColorD col1,
  6. ColorD col2,
)

See RaylibCoreFlatModule.GenImageChecked.

Implementation

ImageD GenImageChecked(
  int width,
  int height,
  int checksX,
  int checksY,
  ColorD col1,
  ColorD col2,
) => _module.GenImageChecked(width, height, checksX, checksY, col1, col2);