Hct.fromInt constructor

Hct.fromInt(
  1. int argb
)

Create an HCT color from a color.

Implementation

new fromInt(int argb) : this._fromCam(argb: argb, cam: .fromInt(argb));