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