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