HspColor.from constructor
HspColor.from(
- ColorModel color
Constructs a HspColor from color
.
Implementation
factory HspColor.from(ColorModel color) => color.toHspColor();
Constructs a HspColor from color
.
factory HspColor.from(ColorModel color) => color.toHspColor();