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