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