displayHSB method

String displayHSB()

Implementation

String displayHSB() {
  return "H: $h , S: $s , B $b";
}