toInt method

int toInt()

The color as an integer.

Implementation

int toInt() {
  return _argb;
}