toHWB method

List<num?> toHWB()

get HWB

Implementation

List<num?> toHWB() {
  return [_hue, _whiteness, _blackness];
}