GenImageChecked function
Implementation
ImageC GenImageChecked(
int width,
int height,
int checksX,
int checksY,
ColorC col1,
ColorC col2,
) => _module.GenImageChecked(width, height, checksX, checksY, col1, col2);
ImageC GenImageChecked(
int width,
int height,
int checksX,
int checksY,
ColorC col1,
ColorC col2,
) => _module.GenImageChecked(width, height, checksX, checksY, col1, col2);