GenImageChecked method

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

Generate image: checked

Implementation

ImageC GenImageChecked(int width, int height, int checksX, int checksY, ColorC col1, ColorC col2)
  => _GenImageChecked(width, height, checksX, checksY, col1, col2);