GenImageChecked method

String GenImageChecked(
  1. num width,
  2. num height,
  3. num checksX,
  4. num checksY,
  5. ColorBase<ColorBase> col1,
  6. ColorBase<ColorBase> col2,
)

Implementation

String GenImageChecked(
  num width,
  num height,
  num checksX,
  num checksY,
  ColorBase col1,
  ColorBase col2,
) => 'GenImageChecked_${width}_$height';