Hct.fromInt constructor
Hct.fromInt(
- int argb
Create an HCT color from a color.
Implementation
factory Hct.fromInt(int argb) => ._(argb);
Create an HCT color from a color.
factory Hct.fromInt(int argb) => ._(argb);