GenImageChecked method

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

Implementation

ImageC GenImageChecked(
  int width,
  int height,
  int checksX,
  int checksY,
  ColorC col1,
  ColorC col2,
) {
  return _GenImageChecked(width, height, checksX, checksY, col1, col2);
}