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