toHWBString method

String toHWBString()

HWB string

Implementation

String toHWBString() {
  return "hwb($_hue, ${(_whiteness! * 100).round()}%, ${(_blackness! * 100).round()}%)";
}