Convert argb to CAM16, assuming the color was viewed in default viewing conditions.
argb
static Cam16 fromInt(int argb) { return fromIntInViewingConditions(argb, ViewingConditions.sRgb); }