Constructs a HsiColor from color.
color
factory HsiColor.fromColor(Color color) => RgbColor.fromColor(color).toHsiColor();