Hct.fromInt constructor
Hct.fromInt(
- int argb
Create an HCT color from a color.
Implementation
new fromInt(int argb) : this._fromCam(argb: argb, cam: .fromInt(argb));
Create an HCT color from a color.
new fromInt(int argb) : this._fromCam(argb: argb, cam: .fromInt(argb));