GenImageChecked abstract method

ImageStructType GenImageChecked(
  1. num width,
  2. num height,
  3. num checksX,
  4. num checksY,
  5. ColorStructType col1,
  6. ColorStructType col2,
)

Implementation

ImageStructType GenImageChecked(
  num width,
  num height,
  num checksX,
  num checksY,
  ColorStructType col1,
  ColorStructType col2,
);