toHWBDecimal method

String toHWBDecimal()

HWB string decimal

Implementation

String toHWBDecimal() {
  return "hwb($_hue, $_whiteness, $_blackness)";
}