displayHSL method

String displayHSL()

Implementation

String displayHSL() {
  return "H: $h , S: $s , L $l";
}