toNcolAString method

String toNcolAString()

NCOL string with alpha

Implementation

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