toHSLDecimal method

String toHSLDecimal()

HSL string decimal

Implementation

String toHSLDecimal() {
  return "hsl($_hue, $_sat, $_lightness)";
}