toNcolString method

String toNcolString()

NCOL string

Implementation

String toNcolString() {
  return "$_ncol, ${(_whiteness! * 100).round()}%, ${(_blackness! * 100).round()}%";
}