toHsb method

HSB toHsb()

Implementation

HSB toHsb() {
  return HSB.fromHex(toHex());
}