toInt method

int toInt()

Return HCT as int ARGB value.

Implementation

int toInt() {
  return _argb;
}