toHWBA method

List<num?> toHWBA()

get HWB with alpha

Implementation

List<num?> toHWBA() {
  return [_hue, _whiteness, _blackness, _color!.alpha];
}