fromInt static method

Hct fromInt(
  1. int argb
)

HCT representation of argb.

Implementation

static Hct fromInt(int argb) {
  return Hct._(argb);
}