getColorAsNumber method

int getColorAsNumber()

Returns the color of this paint as a 32-bit integer.

Implementation

int getColorAsNumber() {
  return _paint.color.value;
}