Constructs a HslColor from color.
color
factory HsbColor.fromColor(Color color) => RgbColor.fromColor(color).toHsbColor();