toInt method
ARGB representation of color, assuming the color was viewed in default viewing conditions.
Implementation
int toInt() {
return viewed(ViewingConditions.sRgb);
}
ARGB representation of color, assuming the color was viewed in default viewing conditions.
int toInt() {
return viewed(ViewingConditions.sRgb);
}